Learn R Programming

skimr (version 1.0.7)

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

.data

A skim object

...

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.

See Also

dplyr::mutate()