Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Group by, take count and filter out entries corresponding to count greater than 1 [duplicate]

r dplyr

Another way to do pivot table in R

r dplyr tidyr

Sampling different numbers of rows by group in dplyr tidyverse

r random dplyr tidyr purrr

Change all columns except the 1st to dollar format

r dplyr

Filling "implied missing values" in a data frame that has varying observations per time unit

R dplyr method to replace all empty factors with NA

r dplyr

Group by aggregate dynamic column name matching

r dplyr aggregate

Concatenating strings using group_by and summarise in r [duplicate]

r dplyr

Creating monthly data and expanding data

r dplyr tidyr

dplyr::select of nested data frame

r select dplyr purrr

Rename column of dataframes inside a list with its dataframe name

r dplyr purrr

Programmatically rename data frame columns using lookup data frame

r dataframe dplyr tidyverse

String based filtering in dplyr - NSE

r dplyr tidyverse nse tidyeval

apply function to grouped rows in dataframe [duplicate]

r dplyr purrr

Using nest and purrr::map outside of mutate

r dplyr tidyr purrr

Subtracting the first row from all following rows

r dplyr

Calling a function with arguments within dplyr::do using multidplyr

r arguments dplyr multidplyr

mutate_at in R with lambda function?

r dataframe dplyr scaling

In R, group by sports data that has Away and Home teams - a common frustration

r dplyr

R: using dplyr to remove certain rows in the data.frame

r dataframe dplyr