Nothing
#' @export
orbital.step_sqrt <- function(x, all_vars, ...) {
columns <- x$columns
columns <- columns[columns %in% all_vars]
if (length(columns) == 0) {
return(NULL)
}
out <- glue::glue("sqrt({columns})")
names(out) <- names(columns)
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.