Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

adding default values to item x group pairs that don't have a value (df %>% spread %>% gather seems strange)

r dplyr tidyr

Using tidyr complete() with column names specified in variables

r tidyr

combine tidyr::spread and dplyr::summarise in single step

r dplyr tidyr

Non-standard Evaluation using tidyr::expand

r tidyr nse

Lookaround regular expression pattern in R

Separate a column into multiple columns using tidyr::separate with sep=""

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