R/shinyWidgetsGallery.R

Defines functions shinyWidgetsGallery

Documented in shinyWidgetsGallery

#' @title Launch the shinyWidget Gallery
#'
#' @description
#' A gallery of widgets available in the package.
#'
#'
#' @importFrom shiny shinyAppDir
#' @export
#'
#' @examples
#' if (interactive()) {
#'
#'  shinyWidgetsGallery()
#'
#' }
shinyWidgetsGallery <- function() { # nocov start
  shiny::shinyAppDir(system.file("examples/shinyWidgets", package = "shinyWidgets", mustWork = TRUE))
}
# nocov end
dreamRs/shinyWidgets documentation built on April 18, 2024, 12:53 p.m.