Search code examples
Select matching strings of columns from a nested list of tibbles / tidyverse / R...

rlistdplyrtidyversepurrr

Read More
Relative Time Index for Sequences of Treatment in R...

rdplyr

Read More
Adding a column to a dataframe in R that counts the number of binary observations per unique value i...

rdplyr

Read More
Change values in df to 0 = FALSE, 1 = TRUE, 2 = TRUE...

rdplyr

Read More
How to create table extracting month and year...

rdplyr

Read More
Conditional filter with dplyr...

rdplyr

Read More
Conditional dplyr::summarize() of a data.frame in R...

rdataframedplyrsummarize

Read More
How to exclude duplicated rows based on multiple columns of an unknown number...

rdplyr

Read More
Is there a way to recode a vector of strings based on two key words or phrases that appear in every ...

rstringdplyrstring-matching

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

rdplyrtidyr

Read More
Calculate the mean by group and binding to the data set in R...

rdplyrsummary

Read More
Utilizing value labels in custom wrapper function around dplyr::case_match() to go inside of dplyr::...

rdplyrmetadatametaprogrammingnse

Read More
How do I calculate frequency and descriptive statistics using summarytools for all columns in datafr...

rdplyrgroup-byfrequencysummarytools

Read More
Rowwise mean of randomly selected non-NA columns...

rdataframedplyr

Read More
Removing rows from a dataframe after a condition has been met multiple times in multiple columns usi...

rdplyr

Read More
Extract (or isolate) 'group-wise constant' columns from a data frame, *using dplyr/tidyverse...

rdplyrduplicates

Read More
In R data.table find time intervals between two different tags in time, tag- data...

rdplyrdata.table

Read More
R - calculate proportions across columns with common prefix...

rdplyrgroupstartswith

Read More
Calculate date variables for time series analysis using a dynamic approach...

rdatedplyr

Read More
How to automatically generate pairs of expressions/ LHS and RHS in dplyr...

rdplyr

Read More
Dense Rank by Multiple Columns in R...

rdplyr

Read More
Using dplyr or data.table to use dates from one dataframe to filter a separate dataframe...

rdatedplyrfilterdata.table

Read More
How to coalesce multiple columns in a list of several dataframes based on part of the variable names...

rdplyrcoalescemutate

Read More
Turn a list with elements of unequal length into a two column dataframe...

rlistdataframedplyr

Read More
Calculating separate percentages after grouping the observations by two factors...

rif-statementdplyrgroup-by

Read More
Within a custom function that makes a plot, can you set the linetype or color by variables to NULL?...

rggplot2dplyr

Read More
Remove columns in data frame containing common character name...

rdataframedplyrtidy

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

rdplyrtidyrna

Read More
How to summarise by group and total with missing counts using dplyr?...

rdplyrcount

Read More
Calculating percentile of values from separate grouped dataframes...

rdplyrpercentileecdf

Read More
BackNext