Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Dplyr select_ and starts_with on multiple values in a variable list

r select dplyr startswith

How to import files from subdirectories and name them with subdirectory name R

r dplyr

How to pass a named vector to dplyr::select using quosures?

r dplyr nse rlang

dplyr: mutate_at + coalesce: dynamic names of columns

r dplyr rlang

Faster way to summarise variables based on column

r data.table dplyr

Mutate multiple / consecutive columns (with dplyr or base R)

r dplyr purrr

Using case_when within mutate_at

r dplyr

Accessing grouped data in dplyr

r plyr dplyr

How to get the mode of a group in summarize in R

r statistics dplyr mode

How to select all columns in dplyr/sql?

mysql r dplyr

R: summarise multiple column (numeric, character) and remove NAs

r dplyr na.rm

count positive negative values in column by group

r dataframe dplyr

R: Using a string as an argument to mutate verb in dplyr

r dplyr nse tidyeval

Summarizing by dynamic column name in dplyr

r dplyr

Combine a list of data frames into one preserving row names

r data.table plyr dplyr

De-aggregate / reverse-summarise / expand a dataset in R [duplicate]

r dplyr tidyr

Applying group_by and summarise(sum) but keep columns with non-relevant conflicting data?

Why does as_tibble() round floats to the nearest integer?

r dplyr tibble

How to inverse a log2 transformation

r math dplyr logarithm

dplyr and tail to change last value in a group_by in r

r dplyr tail