Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

R: Selecting first of n consecutive rows above a certain threshold value

r dataframe row dplyr

Apply dplyr function to all but one column

r dplyr

Cumulative sum conditional to interval

r dplyr

How to remove all rows after a certain point by group using dplyr?

r dplyr

use dplyr mutate to create new columns based on a vector of column names

r dplyr

How to use purrr's map function to perform row-wise prop.tests and add results to the dataframe?

r dplyr purrr

R dplyr::mutate - add all elements in a returned list

r dplyr