Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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