modules | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate
.
data(demo_data)
A data frame with 8 observations on the following 7 variables.
———————————————————–
New records to "modules" table are added to the
shinymgr.sqlite database via the mod_register
function.
pkModuleName
Name of a module; primary key.
modDisplayName
Name displayed on the module.
modDescription
Description of the module.
modCitation
Citation of the module.
modNotes
Notes on the module.
modActive
Logical. Is the module still active?
dateCreated
Date the module was created.
Other data:
appReports
,
appStitching
,
appTabs
,
apps
,
modFunctionArguments
,
modFunctionReturns
,
modPackages
,
reports
,
tabModules
,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(modules)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.