Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

Loop through each column and row, do stuff

r dplyr tidyr

Pasting together subsetted columns

r dataframe subset tidyr

r using dplyr 'gather' function

r dplyr tidyr

Excluding multiple columns based on unquote-splicing (!!!)

r tidyr tidyeval tidyselect

How to unnest multiple list columns of a dataframe in one go with dplyr pipe

r dplyr tidyr

How to combine columns within one data.frame that contain NA's in order to remove NA's

r dataframe tidyr

Having trouble with spread/pivot wider from long with varying data types [duplicate]

r dataframe tidyr

why isn't tidyr `complete()` completing in R?

r 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

pivot_wider when there's no names column (or when names column should be created)

r dplyr tidyverse tidyr

Separate collapsed column into multiple rows, preserving grouping information

r dataframe tidyr

Is there a R function to pair elements from two columns of a data.frame to make a new data.frame

r tidyr

Grouped multicolumn gather with dplyr, tidyr, purrr [duplicate]

r dplyr tidyr purrr tidyverse

How can I write a tidyverse-friendly function that respects group_by() earlier in the pipe?

r dplyr tidyr