Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Using dplyr window functions to calculate percentiles

r dplyr tidyr

How to replace all NA in a dataframe using tidyr::replace_na? [duplicate]

r dplyr tidyr

Is it possible to use spread on multiple columns in tidyr similar to dcast? [duplicate]

r reshape2 tidyr

How can I spread repeated measures of multiple variables into wide format?

r tidyr

Comparing gather (tidyr) to melt (reshape2)

r reshape2 tidyr

R spreading multiple columns with tidyr [duplicate]

r dataframe dplyr tidyr

dplyr summarise: Equivalent of ".drop=FALSE" to keep groups with zero length in output

r dplyr plyr tidyr

Gather multiple sets of columns

r reshape dplyr qualtrics tidyr