This function calls a Shiny app provided by the teachR library. The list of available Shiny apps can be obtained by typing list_apps() in your R terminal.

run_app(app)

Arguments

app

The name of the app to run.

Value

This function does not return anything.

Details

If called from RStudio, the app will open in the internal RStudio internet browser. If called from a terminal, it will open in your default internet browser. All apps should work without any problem with the internal RStudio internet browser, as well as with recent versions of most internet browsers. It is likely to break with older versions.

Examples

# NOT RUN {
 run_app("aggregation_segregation")
# }