-
Notifications
You must be signed in to change notification settings - Fork 9
codebookApp()
jwildfire edited this page Aug 1, 2018
·
1 revision
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.
The codebook can be embedded in a Shiny application using the Shiny output and render functions: codebookOutput()
and renderCodebook
.
Codebook
Explorer