Description Usage Arguments Examples
View source: R/preview_names.R
preview_names
1 | preview_names(data, overwrite = TRUE, ...)
|
data |
An existing dataframe that has been pulled in from the UCI database. |
overwrite |
Default is TRUE. Indicates whether new, clean column names should replace the existing column names. |
... |
Additional arguments to be passed to janitor::clean_names |
1 2 3 4 5 6 | #show and clean names for iris
## Not run:
iris_uci <- read_UCI("iris", "iris.data")
iris_uci_names <- preview_names(iris_uci)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.