View source: R/tabular_dataset.R
Tabular Dataset.
1 | tabular_dataset(x, response, cat_vars, cont_vars)
|
x |
either a recipe from the recipes package or a data.frame |
response |
response variable name (only used if x is a data.frame) |
cat_vars |
vector of categorical variable names (only used if x is a data.frame) |
cont_vars |
vector of continuous variable names (only used if x is a data.frame) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.