Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

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

Using `map()` in nested data frame

r dplyr xts tidyr purrr

R: How to spread, group_by, summarise and mutate at the same time

r dplyr tidyr

tidyr: using mutate inside a function

r tidyr tidyverse

separate data into columns given by another column in tidyr

r tidyr

Replace value by column name for many columns using R and dplyr [duplicate]

r dplyr tidyr

replace_na with tidyselect?

r tidyr tidyselect

Reformat data frame using with months spread and ordered by their calender order in R [duplicate]

r dataframe 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