Search code examples
R function for transforming comma-separated values in a cell into multiple rows with same row name?...

rtransformationmutate

Read More
Count the number of timestamps in a given vector that fall within an interval in R...

rpurrrintervalslubridatemutate

Read More
dplyr mutate compare with another data frame...

rif-statementdplyrmutate

Read More
R Make changes across multiple columns based off value in another column...

rdplyrmutate

Read More
Concisely assign vector output of a function to multiple variables in dplyr...

rvectordplyrmutatenon-standard-evaluation

Read More
How do I mutate across to multiple columns together that have similar names in R?...

rregexdplyrmutateacross

Read More
Unknown levels in `f`:() but the columns are already factors...

rtidyversewarningsrenamemutate

Read More
How to subtract the value of some rows from other rows in R according to categorical variables...

rsubsetcalculated-columnstibblemutate

Read More
Extract first Non NA value over multiple columns...

rdplyrtidyrmutate

Read More
Specify levels when `mutate`-ing dataframe variables to factors...

rdplyrr-factormutate

Read More
How to maintain date format when after applying function...

rdatemutate

Read More
How to create new dataframe column with a character that comes from three other columns but only if ...

rstringdataframemutate

Read More
Replacing values in one table from a corresponding key in another table by specific column...

rjoindplyrmutate

Read More
Select column based on indicator in another column...

rmutate

Read More
Mutate column for n% of the total dataframe, in descending order of other column r...

rdplyrmutate

Read More
Rowsums on two vectors of paired columns but conditional on specific values...

rdplyrsummutate

Read More
dplyr mutate and purrr map: use data masking to select columns for map...

rdplyrpurrrmutate

Read More
Row bind multiple columns into two columns averaging unique elements in order...

rdplyrtidyrrbindmutate

Read More
In R, how do I make a long dataset that contains all the categories that a row applies to?...

riterationmutate

Read More
In R, how can I get the sum for all combinations of two variables?...

riterationmutate

Read More
Add a column to dataframes in a list based on the existence of other columns in R...

rlistdplyrlapplymutate

Read More
Row bind multiple columns into two columns containing unique elements in order...

rloopsrbindmutate

Read More
Create binary variable based on length of group in another column...

rgroup-bymutate

Read More
How to use query function of hashmap in mutate of dplyr pipe in R?...

rfunctiondplyrhashmapmutate

Read More
How do I create many new variables in R, each of them based on multiple other variables?...

rdataframeif-statementdplyrmutate

Read More
How to calculate days between positive and negative results and creating new columns for each with R...

rif-statementtransformapplymutate

Read More
Using Janitor based on other columns in the same row to output conditional results...

pythonpandasdataframemutatejanitor

Read More
How to use custom function() and if_else with grep to recode values in R...

rif-statementdplyrlapplymutate

Read More
dplyr: mutate not applying function to grouped data...

rdplyrgroup-bymutate

Read More
How to preserve column names after applying scale()?...

rviewacrossmutate

Read More
BackNext