Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

create new variable defined only for a subset of the data using `dplyr`

r dplyr

R, using dplyr::mutate with ifelse containing a grepl() gives unexpected result

r if-statement dplyr grepl

using purrr to map dplyr::select

r dplyr purrr

String as formula

r dplyr

How to pipe SQL into R's dplyr?

sql r dplyr r-dbi dbplyr

Extract column name in mutate_if call

r dplyr nse

Groupby Apply Custom Function Pandas

python pandas dplyr

Using gtools::mixedsort or alternatives with dplyr::arrange

r dplyr

In R Merging rows where a column has same value but different case

r dplyr reshape summary

Parallel wilcox.test using group_by and summarise

Mutate data conditionally in dplyr

r dplyr

Creating indicator variable columns in dplyr chain

r dplyr tidyr

Counting unique days with overlap and gaps in date ranges

r date dplyr

R: dplyr group by date range

r group-by dplyr

"object 'day' not found r". But 'day' is a column name [closed]

r dplyr

Functional programming with dplyr

r ggplot2 dplyr dsl rlang

Filter the middle row of each group

r filter dplyr

Use select_helpers with dplyr::coalesce

r dplyr

Replace column values with column name using dplyr's transmute_all

r dplyr

How to correctly use group_by() and summarise() in a For loop in R