Search code examples
R summarise by group, then build avg. based on condition...


rmeancountifsummarizemutate

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
Adding values to a new column by aplying a formula taking into account a filter and the groups that ...


rgroup-bymutate

Read More
Carry forward data from previous row, based on conditions of various columns in a dataframe in r...


rdataframeif-statementdplyrmutate

Read More
Vectorized function in dplyr::mutate and logical operators...


rdplyrvectorizationmutate

Read More
Mutate/ifelse conditions with dates to return a numeric object...


rdateif-statementmutate

Read More
How to turn several rows of values into one row in R...


rgroup-bysummarizesimplifymutate

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


rdplyrcoalescemutate

Read More
How to create a column that calculates the difference between two columns for a series of rows that ...


rdplyrgroup-bystringrmutate

Read More
creating variable from rowwise operation depending on column values...


rmutaterowwise

Read More
BackNext