Description Usage Arguments Value
View source: R/examine_data_types.R
Collect data types in a data.frame. If 'train' execution, save that summary. If 'test' execution, confirm equality with 'train' reference.
1 | examine_data_types(df, filename_operator, run_type)
|
df |
A data frame. |
filename_operator |
A complete file path for 'train' reference. |
run_type |
"train" or "test", dictating whether reference data saves to disk. |
Vector: character entries reflect data types, names reflect variable names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.