Wrangle data by adding or transforming columns
mutate_data(.data, ...)
.data | Data frame |
---|---|
... | One or more expressions using non-standard evaluation designed to return a column of values. These should be named variables. Any names already found in the input data will override those input data frame columns |
Mutated data frame
Other mutate: mutate_if_data