Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

tidyr unnest, prefix column names with nested name during unnesting

r tidyr unnest

pivot_longer multiple variables of different kinds

r tidyr

Avoid hard-coding with pivot longer to pivot multiple columns at once

How to add new column in R data frame showing sum of a value in a current row and a prior row, if certain conditions are met in the 2 rows?

r dataframe dplyr tidyr

Split a column into 2 columns with "." separator R

r tidyr

Tidy method to split multiple columns using tidyr::separate

r tidyr purrr

How to do numerous t.test withing my dataframe (multiple groups/outcomes, multiple quantitative variable)?

r dplyr tidyr

Replace values in some rows based on other dataframe mapping

r dplyr plyr tidyr

Problem updating rlang when installing dev version of a package

r tidyr rlang install.packages

Pivot dataframe to keep column headings and sub-headings in R

How to transform selected rows into a single column in R

How to apply t-test between ranges of columns in R

tidyr::fill() with sequential integers rather than a repeated value

r tidyr

Shorten number of elements in comma-separated strings by vector

r dplyr tidyr

Pivoting with multiple columns in R

r dataframe pivot tidyr

Get rowwise sum across multiple groups of columns based on a partial name match

r regex dataframe dplyr tidyr

Tidier reshape for list of data.frames (n x 2 data.frames) to single data.frame (n x 3 columns)

r vectorization tidyr

tidyr::complete with a vector of column names of variable length

r dataframe dplyr tidyr

Cumulatively add number between rows in order to create new columns BUT with diffent way for the first element occurent in a column in R

r dplyr tidyr

R: how can I merge two data frames so that I obtain panel data?

r tidyr