Nothing
# Simple 1 -> 1 -----------------------------------------------------------
#' @maestroInputs get_num
multiply <- function(.input) {
.input * 4
}
#' @maestroFrequency daily
#' @maestroOutputs multiply
get_num <- function() {
stop("oops")
}
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.