apply_schema | R Documentation |
Apply a schema to data
apply_schema(data, schema, keys_ignore = NULL)
data |
A tibble::tibble contianing values. |
schema |
A named list of character vectors. Each vector is matched to a column in 'data' and transforms it into a factor. |
keys_ignore |
A character vector or NULL, these columns are not transformed. |
A tibble::tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.