Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Use put two value columns in spread() function in R [duplicate]

r reshape2 tidyr

how to compute rowsums using tidyverse

r dplyr tidyr tidyverse purrr

Combine Multiple Columns Into Tidy Data [duplicate]

r dplyr tidyr

less clunky reshaping of anscombe data

Unlisting columns by groups

r dplyr reshape2 tidyr

What is causing tidyr warning message: "attributes are not identical across measure variables"

r tidyr tidyverse

exclusions with '-' when using string versions (underscore suffix such as gather_()) of dplyr/tidyr functions

r dplyr tidyr

modelr: Fitting multiple models with resampled data

r dplyr tidyr purrr

Pivot Longer with Names Suffix?

r tidyr

Pass variable to tidyr's gather to rename key/value columns?

r tidyr

data.table version of tidyr::unite

r data.table tidyr

Fill missing values in data.frame using dplyr complete within groups

r dplyr tidyr fill

error with tidyr::gather() when I have unique names

r tidyr

gather with tidyr: position must be between 0 and n error

r tidyr

Spread with duplicate identifiers for rows [duplicate]

r dplyr tidyr spread

Double nesting in the tidyverse

r tidyr purrr

Count common sets of items between different customers

r dplyr tidyr counting

How can I gather_ on all columns but one?

r reshape2 tidyr

Break string into several columns using tidyr::extract regex

regex r tidyr

Spread vs dcast

r reshape2 tidyr