Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to use case_when with entire dataframe?

r dplyr

For Loop alternative to dynamically filter and summarise millions of points

r dplyr filter

mutate multiple columns with different functions using a "metadata" tibble

r dplyr

fuzzy LEFT join with R

r join dplyr fuzzyjoin

How to get case_when in dplyr accept conditions from character

r dplyr case-when rlang

Can we avoid repeating the column name each time when using it in mutates

r dataframe dplyr iconv mutate

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]