Search code examples
How would one round up to the nearest whole value only IF the value meets criteria, and keeping the ...


rif-statementcaseroundingmutate

Read More
R New column with repeating value from another column based on min or max of reference column...


rdplyrgroup-bymutate

Read More
Define a new variable name based on a conditon within R dplyr universe (mutate, if, ifelse)...


if-statementvariablesdplyrconditional-statementsmutate

Read More
Why changing from pivot long to Pivot wide adds new rows to my data?...


dplyrnullpivotmutate

Read More
JS: Check for existence of deep object key and replace value...


javascriptjsonobjectmutate

Read More
Add lists as variables in a dataframe...


rlistdataframedplyrmutate

Read More
New identifier column to dataframe based on whether string contains said identifier...


rfor-loopif-statementmutate

Read More
Change character values under specific columns that ends with similar suffixes in R...


rdplyrdata-cleaningmutate

Read More
r - Group by two columns and create a new sequential number for values of one of the columns...


rdplyrgroup-bymutate

Read More
select values based on column index...


rdplyrtidyversemutate

Read More
R Replace column values in dataframe base on matching indexing column in separate dataframe...


rmergeleft-joinmutate

Read More
How to index variables using for-loop in R?...


rfor-loopvariablespastemutate

Read More
Mutate new column with values conditioned by other columns of the dataset...


dplyrmutate

Read More
create multiple columns based on a values of one column for different times...


rdplyrtime-seriesmutate

Read More
How to replace a value by function in R using mutate?...


rdplyrmutate

Read More
How to create a new df with each "cell" mutated by a formula?...


rdplyrmutate

Read More
When using mutate for several columns in dplyr, how can I reference to another data frame by row nam...


rdplyrreferencemutate

Read More
Use substrings of column names in across...


rgsubacrossmutater-glue

Read More
How do I add a new column through a conditional mutate but preserve the original dataframe?...


rdataframedplyrcountmutate

Read More
Creating a new variable by decades using mutate()...


rdplyrmutate

Read More
Create a new column by applying a custom function to selected columns only in R...


rapplysapplycustom-functionmutate

Read More
Count by group and condition on a number in R...


databasedplyrcountsummutate

Read More
Trying to sort character variable into new variable with new value based on conditions...


rdplyrcasemutate

Read More
Mutate specific colums and add pattern to the name...


rdplyrmutate

Read More
Nested ifelse in mutate produce the wrong output...


rif-statementdplyrtidyversemutate

Read More
convert column into new column with parentheses around each item in list (for each row) in R...


rmutate

Read More
r long to wide time series data with start and stop time columns...


rdplyrreshapedata-transformmutate

Read More
How to conditionally subtract values in one column from another conditionally selected column with d...


rdataframedplyrtibblemutate

Read More
How to conditionally select a column, and subtract values in those rows from rows in another conditi...


rdataframedplyrtibblemutate

Read More
How to add a column to a dataset which adds values from one column and subtracts values from another...


rdplyrdatasetmutate

Read More
BackNext