Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Set certain values to NA with dplyr

r dplyr

dplyr filter: Get rows with minimum of variable, but only the first if multiple minima

r dplyr

Get dplyr count of distinct in a readable way

r dplyr idioms summarization

Can dplyr summarise over several variables without listing each one? [duplicate]

r dplyr

dplyr change many data types

r dataframe dplyr

Create new variables with mutate_at while keeping the original ones

r dplyr

R move column to last using dplyr

r dplyr

dplyr::select one column and output as vector [duplicate]

r select vector dataframe dplyr

use %>% with replacement functions like colnames()<-

r dplyr magrittr

Filter multiple values on a string column in dplyr

Removing NA in dplyr pipe [duplicate]

r dplyr na

Find duplicated elements with dplyr

r dplyr

Extract row corresponding to minimum value of a variable by group

r dplyr data.table aggregate

dplyr on data.table, am I really using data.table?

r data.table dplyr

Select columns based on string match - dplyr::select

r regex dplyr

Pass a string as variable name in dplyr::filter

r dplyr

dplyr mutate/replace several columns on a subset of rows

r data.table dplyr

dplyr: "Error in n(): function should not be called directly"

How to specify names of columns for x and y when joining in dplyr?

r join left-join dplyr

R spreading multiple columns with tidyr [duplicate]

r dataframe dplyr tidyr