#' Internal Utility Functions
#'
#'
#'@export
make_dummies <- function(rec){
prep(step_dummy(rec, all_nominal(), -all_outcomes(), one_hot = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.