Search code examples
Combining multiple columns in one R...


rdplyrtidyr

Read More
How to replace any NAs in dataframe in R by the last 4 values...


rdataframetidyrna

Read More
Can you collapse duplicate rows in R, keeping values based on a selection of columns?...


rdplyrtidyr

Read More
Pivot a longer dataframe to wide with multiple columns in R...


rdataframetidyrwide-format-data

Read More
tidyr::unnest() tibble, integer and vector...


rtidyr

Read More
geom_point is not aligned when I add aesthetics...


rggplot2tidyr

Read More
How do I use pivot_longer and/or pivot_wider to restructure my data?...


rdplyrpivottidyrdata-wrangling

Read More
How to combine multiple columns of data into 1 column when pivoting wider in R...


rdataframepivottidyversetidyr

Read More
Tidyr equivalent for transpoing rows/columns and promoting first row (first column of original dataf...


rtidyr

Read More
How to use unite with map2 in R?...


rdplyrtidyrpurrr

Read More
Back-fill NAs in a column only if the subsequent value matches a specific value...


rdplyrtidyrpurrr

Read More
pivot_wider for multiple choice questionnaire...


rdplyrpivottidyr

Read More
How can I convert the format of my dataframe into a new transposed format in R?...


rdataframedplyrtidyr

Read More
Using mutate to paste a column name if a condition is matched...


rdplyrtidyrrowwise

Read More
Create a new variable as a sequence of two existing variables...


rdplyrtidyr

Read More
Fill gaps in data frame beginning with the first non-NA observation and ending with the last non-NA ...


rdplyrtidyrna

Read More
pivot_longer syntax equivalent to reshape::melt...


rtidyr

Read More
stop mutate truncating column column names...


rdplyrtidyversetidyrmutate

Read More
Converting multiple columns from character to POSIXct in R...


rdplyrtidyversetidyrlubridate

Read More
Reshape dataframe with unequal occurrences of character variables to pivot_wider without removing du...


rdataframedplyrtidyrdata-wrangling

Read More
how to plot a combined histogram with different datasets in r...


rdplyrtidyversetidyr

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


rregexdataframedplyrtidyr

Read More
Fill missing values by group, but don't carry over...


rtidyr

Read More
How to reference the last column in pivot_longer() without naming it or providing the index number?...


rdataframedata.tabletidyrreshape

Read More
Is there an alternative to pivotlonger function in R?...


rtidyr

Read More
Using pivot_longer for multiple untidy columns...


rtidyr

Read More
Convert a columns into separate columns in wide format in R...


rtidyversetidyr

Read More
Splitting a dataframe string column based on number of characters in string into multiple different ...


rdataframesplittidyrstringr

Read More
Pivot to wide form based on contents of cells...


rdataframedplyrtidyr

Read More
dplyr use filter only if a variable exists...


rdplyrtidyr

Read More
BackNext