R/shinyEffectsGallery.R

Defines functions shinyEffectsGallery

Documented in shinyEffectsGallery

#' @title Launch the shinyEffects Gallery
#'
#' @description
#' A gallery of all components available in shinyEffects.
#'
#' @export
#'
#' @examples
#'
#' if (interactive()) {
#'
#'  shinyEffectsGallery()
#'
#' }
shinyEffectsGallery <- function() { # nocov start
  if (!requireNamespace(package = "bs4Dash"))
    message("Package 'bs4Dash' is required to run this function")

  shiny::shinyAppFile(system.file('examples/app.R', package = 'shinyEffects', mustWork = TRUE))
}
DivadNojnarg/shinyEffects documentation built on May 18, 2021, 7:09 p.m.