powered by
Run Shiny demonstration-apps
vw_shiny_demo(example = NULL, ...)
character, name of the example to run; if NULL (default), prints out a list of available examples
character
additional arguments passed to shiny::runApp()
shiny::runApp()
invisible NULL, called for side-effects
# NOT RUN { vw_shiny_demo() # returns available examples # Run only in interactive R sessions if (interactive()) { vw_shiny_demo("data-set-get") } # }
Run the code above in your browser using DataLab