Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to filter a data frame programmatically with dplyr and tidy evaluation?

r dplyr tidyverse rlang

Save a data frame with list-columns as csv file

r list dplyr tidyverse

Conditional NA filling by group

r dplyr data.table plyr na

Using dplyr's select where variable names are quoted [duplicate]

r dplyr

Using R, getting a "Can't bind data because some arguments have the same name" using dplyr:select

r dplyr cbind

Select column with the longest string in R

r string select dplyr comparison

Dealing with NAs when calculating mean (summarize_each) on group_by

r dplyr mean na

Warning: Mutate_impl(.data, dots): Unequal factor levels: coercing to character

r warnings dplyr

create a new column which is the sum of specific columns (selected by their names) in dplyr

r dplyr tidyverse

using mutate_each from dplyr to convert all numeric variables to factor

r dplyr

Difference between dplyr::rename and dplyr::rename_all

r dplyr tidyverse

How to get the average of two columns using dplyr?

r dplyr mean

Handling factor variables in dplyr

r dplyr

Why do I sometimes have to enclose `.` in `data.frame()` for a named argument in `do`?

r dplyr

printing a data.frame that contains a list-column of S4 objects

r dataframe dplyr s4

delete duplicated column dplyr

r dplyr

Conditional replacement using dplyr's mutate_all

r dplyr

Multi-steps forecasting with dplyr and do

r dplyr apply forecasting

Find matching intervals in data frame by range of two column values

r dplyr

Using dplyr's do to perform bootstrap replications

r dplyr