Search code examples
Calculating percentages across multiple columns in dplyr...

rdplyrmutateacross

Read More
Which IDs have only zero-counts in variable across all days?...

rdplyrtidyverse

Read More
How to fill down a given text up to another given text and so on in R?...

rdplyrtextfillmutate

Read More
How to calculate RSE_Var from SE_var/mean_Var row-wise for many variables, Var, using pivot() in R?...

rdataframedplyrpivot

Read More
Converting multiple columns to factors and releveling with mutate(across)...

rdataframedplyr

Read More
Expanding dataframe to include non existing values...

rdataframedplyrtidyversedata-wrangling

Read More
Rename multiple variables at once using dplyr...

rdplyrdata-cleaning

Read More
Subsetting attributes of custom S3 class during dplyr::select...

rdataframeoopdplyr

Read More
dplyr is turning dates to doubles when mutating dataframe...

rdplyrlubridate

Read More
Generate list of lead values...

rloopsdplyrlead

Read More
How to find the date a categorical variable was last active?...

rdplyrcategorical-data

Read More
Opposite of tidyr::separate, concatenating multiple columns into one...

rdplyrtidyr

Read More
Turn dataframe with frequency into a frequency table for chi-square test...

rdplyrchi-squared

Read More
R calculate timestamp of earliest sequential prior message based on user ID of who sent message...

rdatetimedplyrtimestamprolling-computation

Read More
R calculate timestamp of last message based on user ID of who sent message...

rdatetimedplyrtimestamprolling-computation

Read More
Sum column of rows below which meet a certain criteria...

rdplyrtidyverse

Read More
Detect dropout (using R)...

rdplyr

Read More
Create column giving next occurrence of equal or smaller value in other column...

rdplyrtidyverse

Read More
flagging rows with different non-NA values within the same grouping variable...

rdplyr

Read More
Swapping strings or values in grouped data based on condition...

rdataframedplyrswap

Read More
Is there a way to automate generating a table with dplyr?...

rdplyr

Read More
Using .keep and .before in dplyr::mutate() While Overwriting a Column Name with the same Name...

rdplyrmutate

Read More
marginaleffects::predictions returning closure error...

rdplyrr-marginaleffects

Read More
add gaps in circular plot in R...

rggplot2dplyrtidyverse

Read More
Renaming columns based on variables in another data frame...

rdplyr

Read More
R Dplyr: Summarizing a column, if it is present...

rdplyrsummarization

Read More
stringdist within a function...

functiondplyrstringdist

Read More
Unexpected output of dplyr::top_n...

rdplyrgreatest-n-per-group

Read More
Get position index of second highest value by row for selected columns...

rdplyr

Read More
R - greatest common divisor dplyr routine...

rdplyr

Read More
BackNext