Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

can I switch the grouping variable in a single dplyr statement?

r data.table dplyr

Adding rows in `dplyr` output

r dplyr split-apply-combine

ifelse & grepl commands when using dplyr for SQL in-db operations

sql r postgresql dplyr

gather_ does not work. Shouldn't quoting and ~ing have the same effect in standard evaluation mode?

r dplyr tidyr

Select first observed data and utilize mutate

r dplyr

mutate and rowSums exclude columns

r dplyr

R-Error: data_frames can only contain 1d atomic vectors and lists

r dplyr plyr

Find rows where one column string is in another column using dplyr in R

r regex dplyr grepl

Tidy evaluation when column names are stored in strings

r dplyr tidyverse rlang

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