mutate_data: Mutate data

Description Usage Arguments Value See Also

View source: R/mutate.R

Description

Wrangle data by adding or transforming columns

Usage

1
mutate_data(.data, ...)

Arguments

.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

Value

Mutated data frame

See Also

Other mutate: mutate_if_data


tbltools documentation built on Feb. 9, 2019, 1:04 a.m.