Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Fill / complete / expand columnwise

r dplyr tidyr

tidyr wide to long: repeated measures and efficiency

r data.table tidyr

Preserving many columns when using gather

r tidyr

check whether steps in a counter variable are missing

r dplyr tidyr

tidyr::spread() with multiple keys and values

r dataframe reshape tidyr

Accessing grouping variables in purrr::map() with nested dataframes

r dplyr tidyr purrr

Overwrite left_join dplyr to update data

r dplyr tidyr

How to spread a single column into wide format with 0 and 1 as values defined conditionally?

How to turn multiple columns into observations [duplicate]

Separate a column in dataframe where each observation can have multiple concurrent values

r dplyr tidyr

Combining columns, while ignoring duplicates and NAs

r dataframe dplyr tidyr

Combining multiple rows into one row with multiple columns of data R

r tidyr reshape2

Convert Rows into Columns by matching string in R

r dataframe dplyr tidyr

How to do rowSums over many columns in ``dplyr`` or ``tidyr``?

r dplyr tidyr

How to ungroup list columns in data.table?

r data.table kdb tidyr

tidyr spread does not aggregate data

r tidyr

data.table equivalent of tidyr::complete with group_by with on and by syntax

r group-by data.table tidyr

Return original data set after top_n

r dplyr tidyr

separate list column into columns in R

r dplyr multiple-columns tidyr

Using regex and tidyr in R to split column variable on first instance of match

r regex tidyr