Nothing
#' @export
orbital.step_unknown <- function(x, all_vars, ...) {
vars <- names(x$objects)
vars <- vars[vars %in% all_vars]
if (length(vars) == 0) {
return(NULL)
}
out <- glue::glue("dplyr::if_else(is.na({vars}), \"{x$new_level}\", {vars})")
names(out) <- vars
out
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.