Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

dplyr `case_when()` trouble with NA

r if-statement dplyr

How to automate recoding of many variables using mutate_at and nested ifelse statement?

r dataframe dplyr recode

Why is mutate_at not creating a different name for new column when I pass it only one column in vars()?

r dataframe dplyr

Use of cumsum() iterativley in one column

r dplyr cumsum

Create a series of new columns with (d)plyr

r data.table plyr dplyr

Add data frames row wise with [d]plyr

r plyr dplyr

Using group_by and mutate in dplyr package to create new factor variable by id variable

r dplyr

COUNTIF equivalent in dplyr summarise

r dplyr

dplyr mutate function to evaluate values within columns (current, previous, next) vertically

r dplyr

R: Calculating cumulative number of unique entries

r dplyr

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

Remove groups that contain certain strings

r dplyr

R dplyr: Write list output to dataframe

r list dataframe dplyr

How do I select all unique combinations of two columns in an R data frame?

r dplyr tidyr

Divide each column sum by the sum of the matrix

r dplyr