Search code examples
How to create a column that calculates the difference between two columns for a series of rows that ...

rdplyrgroup-bystringrmutate

Read More
Filtering or subsetting within a for loop...

rfor-loopdplyrsubset

Read More
Filtering one dataset using the Observations in another dataset...

rdataframedplyrtidyverse

Read More
How do I generate a new dataset based on subtracting values from existing columns in R?...

rdataframedplyr

Read More
How to specify names of columns for x and y when joining in dplyr?...

rjoinleft-joindplyr

Read More
How to calculate the difference between rows in a dataframe based on two conditions in other columns...

rdplyr

Read More
mutate to create new columns with max and mins from other columns by group...

rdplyrmaxminmutate

Read More
How do I subset values squished together (by rows) in a for loop and isolate values not squished tog...

rdataframedplyrsubset

Read More
Pivot longer for multiple group of columns...

rdplyrpivot

Read More
Matching elements across datasets and replacing cell from one dataset with that of another...

rdplyr

Read More
How to Count Unique rows in a data frame?...

rdataframedplyraggregate

Read More
Compare Two DataFrames and Replace Differences in One with the Values from the Other...

rdplyr

Read More
Check logic of survival timeseries...

rdplyrtime-series

Read More
Dividing values from categories A, B, C based on category D whitout using pivot_wider...

rdataframedplyr

Read More
How can I filter rows where there are more than 3 observations?...

rdplyrtidyverseforcats

Read More
Marking the X previous occurences in R...

rdplyr

Read More
Getting mean of rows above criteria by group with dplyr...

rdplyr

Read More
Calculate timestamps for data with known frequency and missing data...

rdplyrtimestampdata.table

Read More
How to use grepl() to select specific strings in a list of dataframes?...

rselectdplyrgrepl

Read More
pairwise combinations of large number of variables using mutate()...

rdplyrtidyverse

Read More
In R markdown, print dataframe value by group?...

rdplyrms-wordr-markdown

Read More
stop mutate truncating column column names...

rdplyrtidyversetidyrmutate

Read More
rowSums over different columns for each row...

rdplyrrowsum

Read More
Perform calculation using lag and dplyr to iterate by row and by group...

rdplyrtidyverse

Read More
How to check if two strings from different columns are in the same group, when the group is another ...

rdplyr

Read More
Using mutate and slice_max in dplyr...

rdplyrslice

Read More
ungroup() before group_by()?...

rdplyr

Read More
replace values of mutiple columns with NA if another column is NA...

rdplyr

Read More
Excel Report Generation Issues with openxlsx in R Shiny App...

rexceldplyrshinyopenxlsx

Read More
Add rows to the weather data for each day, placing the corresponding date at the top...

rdataframedplyrdata-manipulationdata-mining

Read More
BackNext