Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Merge two tables if the values of a key column are contained in the other key column

r join dplyr merge data.table

Are there more elegant ways to transform ragged data into a tidy dataframe

r dplyr tidyr

All possible pairs in tidyverse

r dplyr tidyr combinatorics

Summary table of numeric and categorical data in R

r dplyr

Using a vector of new and old names in tidyverse to select and rename columns

r dataframe dplyr tidyverse

Creating multiple new columns based on existing columns (dplyr)

r dplyr multiple-columns

Expand each group to the max n of rows

r dplyr expand

Calculate transition probabilities

Create new columns based on vector in dplyr

r dplyr

Subtracting column data in all pair permutations R

dplyr: getting grouped min and max of columns in a for loop [duplicate]

r dplyr

Pivot longer in R [duplicate]

r dplyr pivot tidyr

purrr loop: Error: Problem with `mutate()` input `combined_data`. x `x` and `y` must share the same src, set `copy` = TRUE (may be slow)

r dplyr purrr

Monthly Year over Year Growth Rate using dplyr

r dplyr tidyverse

Effective chaining using dplyr in R

r dplyr

Expand dataset by count column in Dplyr

r dplyr tidyverse reshape2

Overlap between multiple time-intervals columns by group

r group-by dplyr purrr lubridate

Filtering by multiple columns at once in `dplyr` [duplicate]

r dplyr

Summarizing by group of two variables

r dplyr