| mutate.skim_df {skimr} | R Documentation | 
Mutate a skim_df
Description
dplyr::mutate() currently drops attributes, but we need to keep them around
for other skim behaviors. Otherwise the behavior is exactly the same. For
more information, see https://github.com/tidyverse/dplyr/issues/3429.
Usage
## S3 method for class 'skim_df'
mutate(.data, ...)
Arguments
| .data | A  | 
| ... | Name-value pairs of expressions, each with length 1 or the same
length as the number of rows in the group, if using  The arguments in  | 
Value
A skim_df object, which also inherits the class(es) of the input
data. In many ways, the object behaves like a tibble::tibble().
See Also
dplyr::mutate() for the function's expected behavior.