Nothing
#' Run Shiny App Demo
#'
#' @return launches the RShiny demo
#' @export
#'
#' @examples
#' \dontrun{
#' runDemo()
#' }
runDemo <- function() {
appDir <- system.file("shiny-examples", "app", package = "finnsurveytext")
if (appDir == "") {
stop("Could not find example directory. Try re-installing `finnsurveytext`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal")
}
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.