Nothing
#' Web Application to generate time series with controllable features.
#'
#' @return
#' NULL
#
# @examples
# # Not Run
# run_gratis_app <- function() {
# appDir <- system.file("shiny", "gratis", package = "gratis")
# if (appDir == "") {
# stop("Could not find example directory. Try re-installing `gratis`.", call. = FALSE)
# }
#
# shiny::runApp(appDir, display.mode = "normal", quiet = TRUE)
# }
#' @rdname app
#' @export
app_gratis <- function() {
appDir <- system.file("shiny", "app", package = "gratis")
if (appDir == "") {
stop("Could not find example directory. Try re-installing `gratis`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal", quiet = TRUE)
}
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.