Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Using separate from tidyr with different length vectors

r dplyr stringr tidyr

dplyr + "meta"-columns: when a column contains names of other columns to use instead of the data

r dplyr

Rounding the numeric values in a dplyr tbl_df upon printing

r dplyr

splitting contents of dataframe column into different columns based on values

r dplyr

Group by ID and filter only the group that has maximum mean

r dataframe dplyr

Getting system.time or replicate work with piping %>%

r dplyr piping magrittr

R: Aggregating History by ID and By Specified Data

r data.table dplyr

R Mutate Column That Represents the Mean of Many Other Columns

r dplyr tidyverse

expanding (exploding?) a data.frame by adding a variable containing a sequence number with dplyr

r dplyr

Take mean of digits that are run together in one column

r dplyr tidyverse

How can I create a list of classes including zero-counts from data?

r dplyr

Using R, for each year, I need to sum the sales in different years between same two dates

r dplyr

how to use select for multiple fields using dplyr

r dplyr