Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Arranging rows in custom order using dplyr

r dplyr data-manipulation

Correct syntax for mutate_if

r dplyr na

dplyr issues when using group_by(multiple variables)

r group-by dplyr compound-key

Create a ranking variable with dplyr?

r dplyr

Reorder rows using custom order

r dplyr

dply: order columns alphabetically in R

r dataframe dplyr

case_when in mutate pipe

r dplyr

Concatenate strings by group with dplyr [duplicate]

r dplyr

Using dplyr window functions to calculate percentiles

r dplyr tidyr

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