Getting started
shinyrPkgs.RmdInstall:
install.packages('pak')
pak::pak('mjfrigaard/shinyrPkgs')Load:
You can launch the following apps from shinyrPkgs:
-
Launches the standard application in the viewer pane
shinyrPkgs::launch_app() -
Launch the standard application in test mode (in the Window)
launch_app(options = list(test.mode = TRUE), run = 'w') -
Launch the
bslibversion of the applictation in test mode (in the browser)launch_app(options = list(test.mode = TRUE), run = 'b', bslib = TRUE) -
Launch a ‘development’ version of the applicationn (with data
ggplot2moviesin the Viewer pane)ggp2_launch_app(run = 'p')