Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Creating indicator variable columns in dplyr chain

r dplyr tidyr

Apply tidyr::separate over multiple columns

r dataframe lapply tidyr

Unnest or unchop dataframe containing lists of different lengths

r tidyr unnest

Separate a column into 2 columns at the last underscore in R

r tidyr

From long to wide data with multiple columns

r reshape2 tidyr

dplyr tidyr – How to generate case_when with dynamic conditons?

r dplyr tidyr rlang

nest all columns by row

r tidyr

Pivoting wide to long format and then nesting columns

r tidyr tibble

R: Detect a "main" Path and remove or filter the GPS trace maybe using a kernel?

r data.table tidyr r-raster sf

How do I split a string with tidyr::separate in R and retain the values of the separator string?

r tidyr stringr

Spread with duplicate identifiers (using tidyverse and %>%) [duplicate]

r dplyr tidyr tidyverse dcast

How to Transpose (t) in the Tidyverse Using Tidyr

r dplyr tidyr tidyverse

using tidyr unnest with NULL values

r tidyr unnest

How can we check if any 2 intervals of a unique ID overlaps?

Opposite of unnest_tokens

r tidyr tidyverse tidytext

Is there a way to deal with nested data with sparklyr?

r tidyr sparklyr

Unable to install tidyr in R version 3.1.1

Iteratively and hierarchically cycle through rows till a condition is met

tidyr separate column values into character and numeric using regex

r regex tidyr

De-aggregate / reverse-summarise / expand a dataset in R [duplicate]

r dplyr tidyr