Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

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

r regex tidyr

Spread multiple columns in a function

r dplyr tidyr rlang

Reformat data from long to wide

r reshape2 tidyr

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

How do I select all unique combinations of two columns in an R data frame?

r dplyr tidyr

Using separate from tidyr with different length vectors

r dplyr stringr tidyr

How to split column into two in R using separate [duplicate]

r tidyr

In R, how can I change the location of row and column?

r dplyr tidyr

How can tidyr spread function take variable as a select column

r tidyr

Can't change the column names outputted by "gather" to be anything other than the default names

r tidyr

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

Converting R data.frame to matrix with levels of two factors as row and column names of the matrix

r matrix dataframe tidyr

parallel pivot_longer of two sets of columns

r pivot reshape tidyr

Missing prefix in pivot_longer with paired columns

r tidyr

Reshape multiple values at once

How to control new variables' names after tidyr's spread?

r dplyr tidyr

pivot_longer with multiple classes causes error ("No common type")

r tidyr

Add NAs to make all list elements equal length

r dplyr tidyr