Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Obtain a Unique ID by Group in mutate pipeline

r dplyr

How to replace NAs in multiple columns with dplyr

r dplyr

Remove duplicated rows when column above a threshold in R

r dplyr

create new column based on the value in various other column values - Using R

r dplyr

fast frequency and percentage table with dplyr

r data.table dplyr

Summarizing by groups applying function which involves the next group

r dataframe data.table dplyr

dplyr idiom for summarize() a filtered-group-by, and also replace any NAs due to missing rows

r idioms na dplyr summarization

dplyr + magrittr + qplot = no plot?

r ggplot2 dplyr magrittr

Dplyr - Error: column '' has unsupported type

Dplyr: subtracting within uneven factor levels

r dplyr

Why are sum() working in this dplyr expression while quantile() isn't?

r dplyr

Efficient way to perform running total in the last 365 day window

Reorder columns in a 'canonical' way after mutate_each or summarise_each

r dplyr columnname

How to select 2nd and 3rd row for each group in R

r dataframe dplyr

Summarising levels of multiple factor variables

r dataframe dplyr

R: Quickest way to summarize number of observations for multiple variables

r dplyr summary

Finding one-to-one, one-to-many, and many-to-one relationships between columns

r dplyr

Labeling unique values in R

r duplicates dplyr

Conditional filter of grouped factors - dplyr

r group-by dplyr

How to use mutate on list?

r dplyr