Skip to contents

Install:

install.packages('pak')
pak::pak('mjfrigaard/shinyrPkgs')

Load:

You can launch the following apps from shinyrPkgs:

  1. Launches the standard application in the viewer pane

    shinyrPkgs::launch_app()
  2. Launch the standard application in test mode (in the Window)

    launch_app(options = list(test.mode = TRUE), run = 'w')
  3. Launch the bslib version of the applictation in test mode (in the browser)

    launch_app(options = list(test.mode = TRUE), run = 'b', bslib = TRUE)
  4. Launch a ‘development’ version of the applicationn (with data ggplot2movies in the Viewer pane)

    ggp2_launch_app(run = 'p')