R/extra-shiny.R

Defines functions runShinyApp

Documented in runShinyApp

#' Run 'Shiny' Application
#'
#' @examples
#' \dontrun{
#' runShinyApp()
#' }
#'
#' @export
runShinyApp <- function() {
    dir <- system.file("sketch_editor", package = "sketch")  # nocov
    shiny::runApp(dir)  # nocov
}

Try the sketch package in your browser

Any scripts or data that you put into this service are public.

sketch documentation built on Oct. 23, 2022, 5:07 p.m.