Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

pass grouped dataframe to own function in dplyr

r plyr dplyr

Filter by testing logical condition across multiple columns

r dplyr

fuzzy join with stringdist_join() in R, Error: NAs are not allowed in subscripted assignments

unique rows in dplyr : row_number() from tbl_dt inconsistent to tbl_df

r performance dplyr

adding custom function to summarise in dplyr

r dplyr

*_join with empty suffix

r dplyr

performing something similar to rbind in dplyr or tidyr?

r dplyr rbind tidyr

write table in database with dplyr

r postgresql dplyr

tidyr::unite across column patterns

r dplyr tidyr

dplyr mutate using variable columns

r dplyr tidyverse nse quosure

dplyr::slice in data.table [duplicate]

r dplyr data.table slice

In a named argument to dplyr::funs, can I reference the names of other arguments?

r dplyr rlang

Sorting a list of random transactions using dplyr

r sorting dplyr

Create polygons representing bounding boxes for subgroups using sf

r dplyr sf

Call custom function with if statement in the summarize function in dplyr

r dplyr

dplyr cross tab with missing values

r dplyr tidyr

How to mimic geom_boxplot() with outliers using geom_boxplot(stat = "identity")

r ggplot2 plyr dplyr

Using `broom:::glance` in a dplyr workflow with a single lm object fails

r dplyr broom

Simple command for extracting column names in sparklyr (R+spark)

r apache-spark dplyr sparklyr

changing multiple column values given a condition in dplyr

r dplyr