#' Demo
#'
#' Run a demo of marker.
#'
#' @examples
#' \dontrun{marked_demo()}
#'
#' @export
marker_demo <- function(){
shiny::shinyAppFile(
system.file(
paste0("app/app.R"),
package = 'marker',
mustWork = TRUE
),
options = list(display.mode = "showcase")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.