Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

using tidyverse; counting after and before change in value, within groups, generating new variables for each unique shift

r dplyr tidyr tidyverse

Separating column using separate (tidyr) via dplyr on a first encountered digit

regex r string dplyr tidyr

What is the dplyr equivalent of plyr::ldply(tapply) in R?

r plyr dplyr tidyr

How to spread columns with duplicate identifiers?

r tidyr

Reshaping data in R with "login" "logout" times

r tidyr

Long to wide data with tidyR?

r tidyr

Implicit sorting in tidyr::spread and dplyr::summarise

R re-arrange dataframe: some rows to columns

r dataframe reshape tidyr

splitting multiple values in one column into multiple rows R [duplicate]

r dplyr tidyr

Spreading a two column data frame with tidyr

r dplyr tidyr

Transposing data frames

r reshape2 tidyr

Unnesting a list of lists in a data frame column

r tidyr

data.table equivalent of tidyr::complete()

r data.table tidyr tidyverse

How to transpose a dataframe in tidyverse?

Using spread with duplicate identifiers for rows

r dplyr tidyr

Unnest a list column directly into several columns

r tidyr tibble

Spread with data.frame/tibble with duplicate identifiers

r tidyr

Proper idiom for adding zero count rows in tidyr/dplyr

r dplyr tidyr

pivot_wider issue "Values in `values_from` are not uniquely identified; output will contain list-cols"

r tidyr

Reshaping multiple sets of measurement columns (wide format) into single columns (long format)

r reshape tidyr reshape2 r-faq