A launcher for the Shiny apps available in the koboloadeR package.

kobo_apps(app)

Arguments

app

The name of the app to be run. If empty, the function will display the names of the available apps.

Value

Launches RStudio's viewer to view the data. The dataset is also downloaded to your Global Environment.

Available Apps

  • "data_viewer"

Author

Ananda Mahto

Examples

if (FALSE) { kobo_apps() kobo_apps("data_viewer") }