Search code examples
How to row sum with factors in R?...

rvariablesdplyrtidyversedata-cleaning

Read More
Categorization by median within groups...

rdataframedplyrcase

Read More
Import multiple csv at once and add filename column...

rdplyrpurrr

Read More
Removing cells with NA values (not columns, no rows, not trimming)...

rdplyrna

Read More
Extract values from different columns based on ID...

rdataframedplyr

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

rdplyrtidyrpurrr

Read More
summarise ids with the same row values data frame r...

rdataframedplyrtidyversefiltering

Read More
Averaging two rows without grouping variable in R...

rloopsif-statementdplyrmean

Read More
sum across columns based on range given in another text column in r...

rdplyrrowsum

Read More
pivot_wider for multiple choice questionnaire...

rdplyrpivottidyr

Read More
Paste string from list into dplyr filter inside for loop in R...

rlistfor-loopdplyrfilter

Read More
Using purrr:map and dplyr::mutate with input from nested and non nested column...

rdatedplyrpurrr

Read More
Adjusting alignment of bars to x-axis labels in ggplot...

rggplot2dplyr

Read More
Using Dynamic Dots for Indirection in R / Tidyverse...

rdplyrnon-standard-evaluation

Read More
Loop through a number of variables and insert each into a function R...

rfunctionloopsdplyrapply

Read More
How to create a boolean column that collectively responds to another column based on an ID column (u...

rdataframedplyr

Read More
How can I access column names of an intermediate step in a pipeline...

rdplyr

Read More
Paste the names of a columns in which there is a "Y" in R...

rdataframefunctiondplyrtidyverse

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

rdataframedplyrtidyr

Read More
Create a column with one of two variables based on another columns character...

rif-statementdplyrpipe

Read More
How to select columns sharing common but unknown string elements using dplyr?...

rselectdplyr

Read More
R: Error while expanding a JSON with dynamic cols and rows...

rjsondplyr

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

rdplyrtidyrrowwise

Read More
Make data frame of instances where two different key words are found within a text string...

rdplyr

Read More
R: Use character vector with column prefixes to create new columns summing values across the prefixe...

rdplyr

Read More
How to filter all observations for the last measurement year prior a cut-off year and all of the obs...

rdplyr

Read More
Create dummy variable across multiple columns by group...

rdataframedplyr

Read More
Remove the Additional Row Created During write.table() Function in R...

rdataframedplyr

Read More
Cannot get conditional case_when() to work applied to new variable created with `!!` in mutate...

rdplyrtidyverse

Read More
Rolling count of exceedances by variable over time series in R...

rdata.tabledplyr

Read More
BackNext