Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to round numbers in a tibble column with dplyr::mutate [duplicate]

r dplyr

dplyr mutate: create column using first occurrence of another column

r dplyr

Apply a vector of filters based on a string (or vector of strings) in dplyr

r filter dplyr tidyverse

Conditional grouping and summarizing data frame in [R]

r dplyr

dplyr split string into a comma separated list

r 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