Search code examples
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
mutate to create new columns with max and mins from other columns by group...

rdplyrmaxminmutate

Read More
How to create these columns in R?...

rcalculated-columnsmutate

Read More
stop mutate truncating column column names...

rdplyrtidyversetidyrmutate

Read More
How do I fix 'mutate()' error in simple 'stringr' regex code...

rregexdplyrstringrmutate

Read More
Replace entire strings in column based on partial match in other column...

rtexttibblegreplmutate

Read More
How to add a new colum identifying consecutives dates in R...

rsortingdatemutate

Read More
Using mutate to get an average of the previous weeks temperature...

rcasemutate

Read More
dplyr eliminate character value in a string inside a column variable without leaving "" tr...

rdplyrreplacemutate

Read More
mutate a variable that count all unique value of a variable...

rsumtidyversemutate

Read More
Apply a custom function rowwise with a character vector of column names as an argument...

rdplyrtidyversemutaterowwise

Read More
Creating a new column using two columns from the data frame in R...

rdplyrmutate

Read More
dplyr: mutate with data from last column...

rdplyrmutate

Read More
Are all values in columns TRUE ignoring NA...

rdplyrmutate

Read More
dplyr mutate with conditional values AND OR to create a group category...

rdplyrcasecategorical-datamutate

Read More
Expand a range of values given as a string to a comma separated string of values...

rstringrmutate

Read More
Combining a for loop and mutate's case_match within a function...

rfor-loopdplyrmutate

Read More
In R, I want to insert values in one column in one dataframe based on the values in three other colu...

rif-statementmutate

Read More
R mutate produces error 'Must be size 1, not 10'...

rmutate

Read More
(R) Data Frame Manipulation - Huge Dataset...

rdataframemutate

Read More
Mutate a new variable across multiple variables...

rdataframemutateacross

Read More
Categorize down a column based on conditions...

rdataframedplyrcasemutate

Read More
Mutate a new variable using several conditions based on different variables...

rtestingmutate

Read More
BackNext