Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

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

Order of variable names pivot_wider

r dplyr tidyr

How to add metadata to a tibble

r metadata tidyr tibble

Working with pairs of related columns (dplyr, tidyr, data.table)

r data.table dplyr tidyr

tidyr separate only first n instances [duplicate]

r tidyr

tidyr::gather vs. reshape2::melt on matrices

r matrix reshape2 tidyr

Tidying dataset by gathering multiple columns? [duplicate]

r tidyr