Nothing
#' Launch the Greenfeedr Shiny App locally
#'
#' This function launches the Greenfeedr Shiny app on your computer.
#' @export
run_app <- function() {
app_dir <- system.file("app", package = "greenfeedr")
shiny::runApp(app_dir)
}
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.