Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

do.call() and tidy evaluation

r dplyr nse rlang

Pipe in magrittr package is not working for function rm()

r dplyr magrittr

How to pass an expression in a string to a verb in dplyr 0.7.2

r dplyr rlang

How can I use summarise_at to apply different functions to different columns?

r dplyr

Pass a single argument as dots in tidyeval

r dplyr rlang

How to calculate common values across different groups?

r dplyr igraph

R, dplyr: Function that quickly builds list of complementary rows based on conditions

r dplyr

How can you make tidyverse functions that support both quoted and unquoted arguments?

r dplyr rlang tidyeval

Selected columns to new row

r dplyr

Application of a recursive function within a dplyr context in R

r dplyr

Fill a column with a vector if condition is met

r dplyr

R - How to rearrange rows in a data frame while maintaining their grouping?

r dplyr group-by

Data table aggregations with vector functions, take 2

r data.table plyr dplyr

Using dplyr summarise_each() with is.na()

r dplyr

knitr called from RStudio does not preserve the order in which packages are loaded

r knitr rstudio dplyr

Calculate multiple columns from one function and add them to data.frame

r data.table dplyr

How to use namespaced function with dplyr::mutate_each?

r namespaces dplyr

Construct variable names in select_

r dplyr

How to use group_by() and do() in dplyr to apply a function for each factor level

r function dplyr

removing NaN using dplyr

r dplyr