Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

separate column with unknown name

r dplyr tidyr

Ggplot stacked bar plot with percentage labels

r ggplot2 dplyr bar-chart

R - Calculate rolling mean of previous k non-NA values

r dplyr na rolling-computation

Count values less than x and find nearest values to x by multiple groups

r count dplyr

Since .key is deprecated how it is possible to rename the data column in nest()?

r dplyr tidyselect

Time since last event of grouped data in R

r dplyr time

Applying conditional to a subset of rows where rows are different formats in dplyr

r dplyr

Organize columns with numerical info in colnames via dplyr relocate

r dataframe dplyr tibble

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