Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Transition tables from longitudinal data in the long format using R

r dataframe dplyr

Using group_by() from dplyr with predict.lm and do() in a pipe for year linear extrapolation

r dplyr

How to select only columns (type=factor) with less than n levels with dplyr?

r dplyr

Inserting 0's into the middle of a string until certain length in R

r dplyr

How to use across and mutate across an entire dataset that has multiple column types?

r dplyr across

How to apply a function on a selection of columns in a pipe sequence in R?

r dplyr tidyverse magrittr

Group by and run multiple t tests in R

r dplyr t-test

Sum multiple variables listed in character vector, in dplyr::mutate

r symbols dplyr

dplyr summarise_all with quantile and other functions

r dplyr summarize

Mutate to concatenate columns that contain a specific string in their names

r dplyr grepl mutate

dplyr: how can I write equivalent to table() base function and preserve column names?

R package install dplyr on AWS t2.micro freezing

transform data frame from wide to long (several variables) using separator [duplicate]

concatenate quosures and string

r dplyr rlang tidyeval

How to convert columns to multiple boolean columns with tidyverse

r dplyr across

remove rows with overlaped dates and keep longest time interval in R using dplyr or sqldf

r dplyr lubridate

summarise_at dplyr multiple columns

r dplyr

Most idiomatic way to mutate multiple similar columns?

r dplyr tidyr

Left_join: Error: cannot allocate vector of size "small" Mb

r select dplyr left-join