Search code examples
How to transform and pivot a rather messy table in R using tidyverse?...

rtidyversepivot-tabletidyrtabular

Read More
R separate_longer_delim to split strings with quotation marks...

rstringtidyr

Read More
fill NAs with set of preceding values...

rdataframetidyrna

Read More
Most idiomatic way to mutate multiple similar columns?...

rdplyrtidyr

Read More
ggplot line plots are not showing up on proportional secondary axis...

ggplot2dplyrtidyversetidyrlinechart

Read More
Complex lon/lat format manipulation...

rdplyrgeospatialtidyr

Read More
R How to reframe data to connect start and stop times...

rtimetidyr

Read More
Complete and fill missing rows with groups of uneven length...

rdataframedplyrtidyrdata-wrangling

Read More
How do I separate every character in a string in a vector into a column using tidyr...

rtidyr

Read More
Convert a dataframe of nearest neighbors to onehot coding...

rdataframedplyrtidyr

Read More
Pad column numbers while using separate_wider_delim in R...

rdataframetidyrdata-cleaning

Read More
parallel/automatic way of unnesting list columns that contains data frames (list columns might be em...

rtidyversetidyrunnest

Read More
Splitting columns with delimited strings that have different number of elements into rows...

tidyr

Read More
Apply function rowwise() using column names to identify function arguments using mutate()...

rtidyrtibblemutaterowwise

Read More
Pivot distinct value pairs wider using timestamp...

rtidyr

Read More
pivot_longer from multiple columns into a singular names_to and two values_to...

tidyversetidyr

Read More
How can I convert two summarized columns to two columns with a binary response in R?...

rdplyrtidyr

Read More
How to avoid input variable names in tidyr::complete()...

rtidyr

Read More
substringing {.col} from mutate(across()) on the fly...

rdplyrtidyr

Read More
Compare each unique name-value combination to name-value combinations with other names...

rdplyrtidyrdata-manipulation

Read More
How to determine which column caused an error...

rtidyr

Read More
how do split or separate character strings in rows of a column...

rtidyrrvest

Read More
Fill first (only one) NA with next non-NA value by group using dplyr/tidyr...

rperformancedplyrtidyrna

Read More
pivot_wider issue "Values in `values_from` are not uniquely identified; output will contain lis...

rtidyr

Read More
R ggplot unique points for shared values...

rggplot2dplyrvisualizationtidyr

Read More
filter for layered logic across columns - values higher or lower by type...

rdplyrfilteringtidyr

Read More
Moving values from of a given row in one column to correspond to a different row in R...

rdplyrtidyr

Read More
Completing a sequence of integers by group with tidyverse in R...

rdplyrtidyversetidyr

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

rdplyrtidyr

Read More
Convert data Frame from long to wide in R...

rtidyr

Read More
BackNext