Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Create new dataframe by dividing all possibles columns combination from another table

Unnesting results of function returning multiple values in summarize

r dplyr tidyr

Emulating reshape2::melt with pivot_longer for matrixes

r tidyverse tidyr melt

tidyverse summarize multiple columns but show result as rows

r dplyr tidyr summarize

In tidyr, what criteria does the function `gather` use to map a dataframe from wide to long?

r dataframe reshape2 tidyr

Grouping linked unique ID pairs using R [duplicate]

r dplyr tidyr

gather with multiple keys [duplicate]

r transpose tidyr

Unnest one column list to many columns in tidyr

r tidyr

tidyr - unique way to get combinations (using tidyverse only)

r tidyr tidyverse

Preserve order of input variables and factor levels in summary table, using dplyr tidyr

r dplyr tidyr

Complete column with group_by and complete

r dplyr tidyr

Tidyr how to spread into count of occurrence [duplicate]

r count pivot reshape2 tidyr

How do I remove NAs with the tidyr::unite function?

r tidyr

Using Tidyr/Dplyr to summarise counts of groups of strings

r dplyr tidyr

Pivoting data with varying width from wide to long with flexible call (to be used in loop)

r time-series tidyverse tidyr

How to use tidyr (or similar data wrangling) on "big" data in postgreSQL (Redshift) database

Unnest one of several list columns in dataframe

r tidyr

How to cast data from long to wide format in H2O?

Combining multiple columns in one R [duplicate]

r dplyr tidyr