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))
}

Try the shinyEffects package in your browser

Any scripts or data that you put into this service are public.

shinyEffects documentation built on May 14, 2021, 9:06 a.m.