preprocess | R Documentation |
preprocess
standardizes column names, converts variables to the
appropriate data types (including oddly formatted dates/datetimes), and
removes empty or constant columns.
preprocess(data, na_constant = TRUE)
data |
A dataframe(-like) object |
na_constant |
Should |
A processed tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.