#' @title Launch the shinyRPG Gallery
#'
#' @description A gallery of all components available in shinyRPG.
#'
#' @export
#'
#' @examples
#'
#' if (interactive()) {
#'
#' shinyRPGDemo()
#'
#' }
shinyRPGDemo <- function() { # nocov start
shiny::shinyAppDir(
system.file(
"examples/gallery",
package = 'shinyRPG',
mustWork = TRUE
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.