Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to check for duplicates while ignoring NAs (NA to value considered match)

r dplyr duplicates data.table na

Make data frame of instances where two different key words are found within a text string

r dplyr

Dplyr - Select if a column exists and summarize if it does exist

r dplyr

Filter for NAs only if group has more than 1 observation in dplyr

r dplyr

How to calculate % to total for multiple variables?

r dplyr

dplyr rename command with spaces

r dplyr rename

Cumulative sum with reset option if multiple conditions are met

r dplyr

dplyr mutate using character vector of column names

r 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