Nothing
#' @export
orbital.step_rename <- function(x, all_vars, ...) {
inputs <- lapply(x$inputs, rlang::as_label)
inputs <- inputs[names(inputs) %in% all_vars]
out <- unlist(inputs)
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.