Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Summarize all group values and a conditional subset in the same call

r dplyr sqldf

How to replace all NA in a dataframe using tidyr::replace_na? [duplicate]

r dplyr tidyr

dplyr: how to reference columns by column index rather than column name using mutate?

r dplyr

standard evaluation in dplyr: summarise a variable given as a character string

r dplyr

Select unique values with 'select' function in 'dplyr' library

r select unique dplyr

mutate_each / summarise_each in dplyr: how do I select certain columns and give new names to mutated columns?

r dataframe dplyr

dplyr: nonstandard column names (white space, punctuation, starts with numbers)

r dataframe dplyr

How does one stop using rowwise in dplyr?

r dplyr

Pass arguments to dplyr functions

r dplyr lazy-evaluation

Why are my dplyr group_by & summarize not working properly? (name-collision with plyr)

Using functions of multiple columns in a dplyr mutate_at call

r dplyr

How to perform multiple left joins using dplyr in R [duplicate]

r dplyr

How to specify "does not contain" in dplyr filter

r filter dplyr

Applying group_by and summarise on data while keeping all the columns' info

r dplyr

dplyr::select function clashes with MASS::select

r dplyr

dplyr mutate rowSums calculations or custom functions

r dplyr

dplyr summarise_each with na.rm

r dplyr

Fitting several regression models with dplyr

r dplyr

Changing factor levels with dplyr mutate

r dplyr

How to create a lag variable within each group?

r data.table plyr dplyr