Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Tidyverse approach to binding unnamed list of unnamed vectors by row - do.call(rbind,x) equivalent

cartesian product with dplyr R

r dplyr cartesian-product

dplyr left_join by less than, greater than condition

sql r dplyr left-join r-faq

ignore NA in dplyr row sum

r sum dplyr

R: Is there a good replacement for plyr::rbind.fill in dplyr?

r dplyr plyr

How to use dplyr to generate a frequency table

r dataframe dplyr frequency

Filtering dates in dplyr

r date filter dplyr between

data.table row-wise sum, mean, min, max like dplyr?

r data.table dplyr

Regular expressions (RegEx) and dplyr::filter()

regex r dplyr

How to replicate a ddply behavior that uses a custom function with dplyr?

r dplyr

dplyr::mutate to add multiple values

r dplyr

Calculate group mean, sum, or other summary stats. and assign column to original data

r mean summary dplyr r-faq

Reverse stacked bar order

How to remove rows with any zero value

r dplyr rows zero

How to pass dynamic column names in dplyr into custom function?

r dynamic dataset dplyr names

How to preserve base data frame rownames upon filtering in dplyr chain

r dplyr

Exclude columns by names in mutate_at in dplyr

r dplyr

dplyr - groupby on multiple columns using variable names

r group-by shiny dplyr

Categorize continuous variable with dplyr [duplicate]

r dplyr

Adding column if it does not exist

r dataframe dplyr purrr