Search code examples
Mutate/cut to bin grouped data by grouped break points...

rgroup-bybinningmutate

Read More
How do I create a new column in my DF of daily measurements that gives me the increase between today...

rdataframemutatedata-transform

Read More
issue with time zones in dataframe and POSIXct data...

rtimezoneposixctmutate

Read More
mutate several combinations of var prefixes and suffixes, conditionally...

rdplyrmutate

Read More
Apply function rowwise() using column names to identify function arguments using mutate()...

rtidyrtibblemutaterowwise

Read More
In R create a new column from a column using the function case_when() with multiple conditional rule...

rdplyrcasemutate

Read More
R dplyr mutate across columns - pick first value in several columns that is greater than another...

rdplyrmutateacross

Read More
Values not appearing in ggplot plot...

rggplot2plotmutategeom-point

Read More
Group_by function not working for long data...

rdplyrgroup-bymutate

Read More
Count percentage of value "1" for each column AND for each group on specific variable...

dplyrsumpercentagemutate

Read More
Is there an R function that checks whether all values in a group are the same as all values in anoth...

rgroupmutate

Read More
Is there an R code that checks whether all values in a group are the same as all values in another g...

rleft-joingroupmutate

Read More
Iterating a mutate function across different variables in a dataframe...

rdplyrmutate

Read More
Is there a way to balance data in R without reordering a dataframe?...

rdataframesamplemutatesubsampling

Read More
How do I create a dataframe column that constitutes a list of multiple separate column entries?...

rdataframelistdplyrmutate

Read More
Balance of deposit account using tidyverse / mutate...

rtidyversemutate

Read More
good idea to use function that uses a for-loop in dplyr's mutate...

rdplyrmutate

Read More
dplyr mutate case_when grepl not returning values correctly in R...

rdplyrgreplmutate

Read More
Replace NA in list of dfs in certain columns and under certain conditions...

rlistmutate

Read More
Pipe operator wont work in R mutate() function...

rpipelinemutate

Read More
keeping original and new variables in df...

rtidyversemutate

Read More
Mutate multiple variables using across, starts_with and ifelse statement...

rdataframedplyrmutateacross

Read More
mutate column based on difference in col A, with rows identified by relative values in col B...

rconditional-statementstime-seriesmutate

Read More
mutate() error while kniting Kaggle R Notebook...

rmarkdownknitrkagglemutate

Read More
Select quarterly months values...

rlubridatedata-wranglingmutate

Read More
R Select() Can't subset columns that don't exist...

rlubridatedata-wranglingmutate

Read More
Extract the last one or two digits of a coding variable with str_sub in R...

rregexsubsetdigitsmutate

Read More
Sequentially number across groups without restarting sequence in r...

rgroup-bytidyversesequencemutate

Read More
error in `na_if()`: ! Can't convert `y` <character> to match type of `x` <double>...

rmutate

Read More
Group and then mutate...

rmutate

Read More
BackNext