Search code examples
How to split one row of dataframe into two rows based on several conditions (R)...

rdplyr

Read More
How can I use the across() function in dplyr to apply custom functions that return multiple columns?...

rdplyr

Read More
Exclude interpolated rows where gap is bigger than a given theshhold...

rdplyrsubsetinterpolation

Read More
How to pull first and last date from a dataframe with conditions and breaks?...

rdplyrlubridate

Read More
How to find observations that are = 0 in R?...

rdplyr

Read More
How can I mutate many columns in dplyr without repeating mutate many times?...

rdplyr

Read More
Filter to select pairs of rows...

rdplyr

Read More
Error in passing a variable to ggplot in an r custom function...

rfunctionggplot2dplyr

Read More
Multiple conditions in filter...

rdplyr

Read More
Selecting unique rows of a dataframe when the duplicate values are swapped across multiple columns i...

rdataframedplyrfilterunique

Read More
How to create variable that shows the percentile ranges an observation is in...

rdplyrrangepercentile

Read More
How can you reference non-selected columns within across()?...

rdplyr

Read More
Time difference in every n/two rows...

rdatetimedplyr

Read More
Efficient use of a list for filtering in `dplyr`...

rdataframelistdplyr

Read More
R sports dataframe - combining and aggregating data in several columns...

rdataframedplyraggregate

Read More
subset dplyr dataframe with custom rule...

rdplyr

Read More
Find a row with different value from the previous row in R dplyr...

rdplyr

Read More
Create a new calculated column for a dataframe with multiple values per row of the original datafram...

rdplyrtidyverse

Read More
How to repeat a column value based on a specific row value in R...

rdataframedplyrzoo

Read More
Is there a way to combine dates of an event covering weekend or bank holidays?...

rdplyrlubridate

Read More
Make a new dataframe of duplicated rows by column names from boolean columns?...

rdataframedplyrtidyverse

Read More
"cannot coerce type 'closure' to vector of type 'character'" error when tr...

rdplyrshiny

Read More
Mutate across multiple columns using dplyr...

rdplyrdata-wrangling

Read More
Dynamic interaction between mutate and ud.convert leading to miscalculation...

rdplyrtidyverse

Read More
Calculate the mean for date and hour from a multi year dataframe in r...

rdatetimedplyr

Read More
efficient R code to assign timestamp (vintage) to each row in a dataframe, based on related rows in ...

rdataframedplyrmutate

Read More
Identify a specific string in a column and count number of unique letters by group in R...

rdplyrindexingreplaceunique

Read More
How to count how many 1's there are within each row over a set number of columns depending on nu...

rdplyr

Read More
How to merge two datasets by column value, including all new columns from both datasets and includin...

rdplyrmergedataset

Read More
How do I transform each row in a data frame with an arbitrary function?...

rdplyrrowwise

Read More
BackNext