R/shinyWidgetsGallery.R

Defines functions shinyWidgetsGallery

Documented in shinyWidgetsGallery

#' @title Run the shinyWidget Gallery
#'
#' @description
#' A gallery of widgets available in the packages
#'
#'
#' @importFrom shiny runApp
#' @export


shinyWidgetsGallery <- function() {
  runApp(system.file('examples/shinyWidgets', package='shinyWidgets', mustWork=TRUE))
}
aghozlane/shinyWidgets documentation built on May 5, 2019, 8:01 p.m.