Skip to contents

Launches a local Shiny application for browsing the GLC registry, opening the immutable latest passing revision of a package, reviewing its contents, and filtering participants, devices, datasets, file groups, semantic terms, and source variables. The app can preview the resulting selection and export an annotated, reproducible R script without uploading package data to another service.

Usage

glc_explore(
  registry = NULL,
  launch.browser = getOption("shiny.launch.browser", interactive()),
  ...
)

Arguments

registry

Optional registry JSON URL or local path. Defaults to the official registry or the value of option glcdp.registry_url.

launch.browser

Whether to open the application in a browser, or a function that Shiny calls with the application URL. The default respects IDE viewer functions supplied through shiny.launch.browser.

...

Additional arguments passed to shiny::runApp().

Value

Called for its side effect of running a Shiny application.

See also

Examples

if (FALSE) { # interactive()
glc_explore()
}