Skip to content

codebookApp()

jwildfire edited this page Aug 1, 2018 · 1 revision

codebookApp()

The codebookApp() function initializes a shiny application that creates an interactive codebook using data from your R environment or a file upload. Optionally, users can view a static summary of the data using Hmisc::describe(). The resulting codebook (interactive or static) may be downloaded as an HTML file.

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.

Shiny bindings

The codebook can be embedded in a Shiny application using the Shiny output and render functions: codebookOutput() and renderCodebook.

Clone this wiki locally