Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyr

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

Split multiple columns into multiple columns using r

r split tidyr separator

Using pivot_longer with existing names_to column

r tidyr

pivot_wider in R dropping variables that I need [duplicate]

r tidyverse tidyr

Get the number of days since last event

Replace NA values in a column with values from another df column if conditions are met

r dplyr tidyr

Return list of which column ID and year has missing (NA) data only for all the other columns in R

r dplyr tidyr

Fill missing values (NA) before the first non-NA value by group

r tidyr na

Alternative of pivot_wider for large data set

r tidyr

Filling NAs with a monthly sequence

r tidyr

Changing Million/Billion abbreviations into actual numbers? ie. 5.12M -> 5,120,000 [duplicate]

r dataframe tidyr

R: How to keep names while unnesting doubled nested tibble?

r dplyr tidyr names unnest

pivot_wider, count number of occurrences

r tidyr

Are there more elegant ways to transform ragged data into a tidy dataframe

r dplyr tidyr

All possible pairs in tidyverse

r dplyr tidyr combinatorics

tidyr and rlang errors [closed]

r tidyr