Skip to content

explorerApp()

jwildfire edited this page Aug 1, 2018 · 1 revision

explorerApp()

Run the explorer Shiny application*. The explorer shiny application generates an interactive codebook explorer using all datasets currently loaded in the user's R session. If no data are available, the app is populated using the data from the datasets package. The user can upload one or more *.sas7bdat or *.csv files by navigating to a directory and selecting individual file(s).

Shiny bindings

The codebook explorer can be embedded in a Shiny application using the Shiny output and render functions: explorerOutput() and renderExplorer.

*If you use RStudio, this app will be available to you as an RStudio addin upon package installation. You can access the addin from the RStudio toolbar.

Clone this wiki locally