Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Combined fuzzy and exact matching

r dplyr matching purrr fuzzyjoin

Dangers of mixing [tidyverse] and [data.table] syntax in R?

r dplyr data.table tidyverse

Best practice to get a dropped column in dplyr tbl_df

r dataframe dplyr

multidplyr and group_by () and filter()

r dplyr multidplyr

dplyr mutate, custom function and variable name as characters

r dplyr

Does dplyr::mutate() not recycle vectors?

r dplyr

creating sequence of dates for each group in r

r date dplyr seq

Creating models and augmenting data without losing additional columns in dplyr/broom

r dplyr tidyverse broom

POSIXct object is NA, but is.na() returns FALSE

r date dplyr lubridate posixct

What's the difference between using select + unlist from dplyr package and using the dollar sign?

r dplyr

How to select among 3 values, the 2 closest to each other in R?

r dplyr

dplyr filter condition to distinguish between unicode symbol and its unicode representation

r dplyr stringr stringi

Broom/Dplyr error with glance() when using lm instead of biglm

r dplyr

with_tz with a vector of timezones

r dplyr lubridate

Equivalent of apply() by row in the tidyverse?

r dplyr tidyverse

Select values row-wise based on rank among dates

r dplyr rank case-when

dplyr: grouping and summarizing/mutating data with rolling time windows

r time-series dplyr lubridate

Creating a function with an argument passed to dplyr::filter what is the best way to work around nse?

r dplyr nse

Select columns based on multiple attribute conditions

r dplyr

Conditional filtering using tidyverse

r dplyr tidyverse