Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Using `mutate` to create column copies using a named vector

r dplyr names

Strange recycling of factors in dplyr::mutate - bug or feature?

r dplyr

calculate a percentage from the start of an intervention in R

r dplyr

Creating a column to enumerate a set of events

r plyr dplyr

Mutate with dplyr using multiple conditions

r dplyr

Expand Data Frame

r dplyr

using dplyr's do() with summary()

r dplyr summary

Rename variable names in dplyr based on vectors new_varname, old_varname [duplicate]

r dplyr rename

What is the equivalent of dplyr mutate and summarise in data table? [duplicate]

r data.table dplyr

Strip trailing spaces from factor labels using dplyr chain

r dplyr

Calculating age using mutate with lubridate functions [duplicate]

r dplyr lubridate

A more elegant way to compute within-group proportions in dplyr? [duplicate]

r dplyr tidyverse

Faster coding than using for loop

r dplyr

How do I change a named vector to a data frame retaining the names?

Reducing number of factor levels before modelling

r dplyr

Count number of values which are less than current value

r dplyr

rename_if() together with starts_with() to prefix certain columns [duplicate]

r dplyr rename tidyverse purrr

Eliminate the ungroup... message from tidyverse package

r dataframe dplyr tidyverse

Sample from a data frame using group-specific sample sizes

r dplyr sample

Apply grouped model back onto data

r dplyr