Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

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

How to complete column with zero using tidyr complete?

r tidyverse tidyr

Is there a base R version of tidyr's unnest() function?

r tidyr unnest

Nested list to dataframe using tidyverse: faster than tidyr unnest_wider

r list tidyr unnest

How to drop duplicated column names in nested tibbles before unnesting

r tidyr unnest

How to pivot_long pairs of date-var combinations with non-matching dates?

mutate variable based on other columns with similar names

r dplyr tidyr

New columns based on a column modalities and other columns

r dataframe reshape tidyr

Is there more efficient or concise way to use tidyr::gather to make my data look 'tidy'?

r dplyr tidyverse tidyr tibble

How to write new column conditional on grouped rows in R?

r dplyr tidyr

R pivot_longer with stub names and by last underscore

r tidyr