Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

multiple separate arguments in 'tidyr's separate function

r dplyr tidyr

Need help speeding up a dplyr aggregation

r dplyr

Using mutate_at() with negated select helpers e.g(not one_of())

r dplyr tidyverse

Rename columns using `starts_with()` where new prefix is a string

r dplyr rename

dplyr: deselecting columns given by

r dplyr tidyverse

dplyr::select_if can use colnames and their values at the same time?

r dplyr

Replace NA in all columns of a dplyr chain

r dplyr tidyverse

Get column names with zero variance using dplyr

r dplyr lapply

Find duplicate rows in data frame based on multiple columns in r

r dataframe dplyr duplicates

changing all values in one column in a filtered data.frame in R

r dplyr stringr

How to loop through columns, check if a particular value exists in any of the columns, mutate a new column and enter 1 if it exists, 0 if not?

Replace part of string with mutate (in a pipe)

r dplyr tidyverse stringr

Count the new element added and removed from the previous group from a dataframe

r dataframe dplyr

dplyr equivalent to ddply in plyr diamonds example

r plyr dplyr

Calculating ratios by group with dplyr

r dplyr

Multiple aggregations (categorical and numeric) with dplyr in one chain

r dplyr

Selecting specific columns when using mutate_each function from dplyr

r dplyr

Dplyr conditional windowing

r dplyr

How can I use dplyr/magrittr's pipe inside functions in R?

r dplyr magrittr nse

Lag / lead by group in R and dplyr

r dplyr