Nothing
#' @maestroFrequency daily
letter_a <- function() {
'a'
}
#' @maestroFrequency daily
letter_b <- function() {
'b'
}
#' @maestroInputs collect(letter_a, letter_b)
ab <- function(.input) {
paste0(.input$letter_a, .input$letter_b)
}
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.