mutate.skim_df | R Documentation |
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.
## S3 method for class 'skim_df' mutate(.data, ...)
.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 |
A skim_df
object, which also inherits the class(es) of the input
data. In many ways, the object behaves like a tibble::tibble()
.
dplyr::mutate()
for the function's expected behavior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.