Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

ddply -> dplyr: .fun = summarize with several rows

r plyr dplyr

Counting Instances of Multiple Variables in R

r dplyr

separate list column into columns in R

r dplyr multiple-columns tidyr

Error using dplyr package in R

r dplyr

Saving Residuals of a regression to the original dataframe

r dplyr

dplyr concat columns stored in variable (mutate and non standard evaluation)

r nse dplyr

Conditionally change values in a data frame to their column name

r dplyr purrr

Filter rows in R based on values in multiple rows

r dataframe dplyr

dplyr duplicate each line by a sequence

r dplyr

How to arrange by the last colname with dplyr

r dataframe sorting dplyr

Spread multiple columns in a function

r dplyr tidyr rlang

R dplyr method mutate variable if exists

r dplyr

Reorder position of NA's when using group_by

r dataframe dplyr na tibble

Elegant way to add a bunch of similar dataframes cell wise in R?

r dplyr

find the nearest previous negative value in a column

r dplyr

Creating a new column which is a vector of other columns

r apply lapply dplyr

How to randomly split data into three equal sizes?

r random group-by dplyr divide

How to summarize the top 3 highest values in a dataset when there are ties

r dplyr top-n

Group-specific calculations involving both row-specific and whole-group elements

show unique values for each column

r dplyr purrr