runTutorial: The openPrimeR Tutorial.

View source: R/startApp.R

runTutorialR Documentation

The openPrimeR Tutorial.

Description

Starts a Shiny app containing the openPrimeR tutorial, which was built using the learnr package. The application starts locally and should open a new tab in your default browser. If no browser is opened, please consider the console output to identify the local port on which the server is running.

Usage

runTutorial(dev = FALSE)

Arguments

dev

A logical indicating whether to start the development version of the tutorial (default: FALSE).

Value

Opens the openPrimeR tutorial in a web browser.

Note

The Shiny app can be started only if you fulfill all of the suggested package dependencies for the Shiny framework, so please ensure that you've installed openPrimeR including all suggested dependencies.

Examples

## Not run: 
# Open the tutorial
if (interactive()) {
runTutorial()
}

## End(Not run)

matdoering/openPrimeR documentation built on Feb. 11, 2024, 9:22 p.m.