mutate.skim_df: Use dplyr verb mutate on skim_df objects.
Description
Use dplyr verb mutate on skim_df objects.
Usage
# S3 method for skim_df
mutate(.data, ...)
Arguments
...
Name-value pairs of expressions. The name of each argument will
be the name of a new variable, and the value will be its
corresponding value.
Value
skim_df object coerced to a data frame.