Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

add column with row wise mean over selected columns using dplyr

regex r dplyr

Rank based on several variables

r dplyr ranking rank

R: Roll up column values containing NA's by sum while grouping by ID's

How to do rowwise summation over selected columns using column index with dplyr?

r dplyr

How can I select and rename a long list of columns from a data frame in R?

r dplyr

Split string and transpose result

r data.table dplyr

R dplyr: how to remove smaller groups?

r dplyr

How to use values from a previous row and column

r dataframe dplyr