Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

sample rows of subgroups from dataframe with dplyr

r dplyr sample

R - Group by variable and then assign a unique ID [duplicate]

r dplyr

Is there an R dplyr method for merge with all=TRUE?

r dataframe dplyr

R - dplyr Summarize and Retain Other Columns

r dplyr summarize

dplyr mutate in R - add column as concat of columns

r dataframe dplyr concat

r cumsum per group in dplyr

r ggplot2 dplyr

Categorize numeric variable with mutate

r dplyr categorization

Why is enquo + !! preferable to substitute + eval

r dplyr nse tidyeval

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