Nothing
#' ez_app
#' @param data A data frame
#' @export
#' @examples
#' \dontrun{
#' library(tsibble)
#' library(tsibbledata)
#' ez_app(ansett)
#' }
ez_app = function(data = NULL) {
ui = ez_ui(data)
server = ez_server(data)
shiny::runGadget(app = shiny::shinyApp(ui = ui,
server = server),
viewer = shiny::browserViewer())
}
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.