| modules {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "modules"
Description
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
Usage
data(demo_data)
Format
A data frame with 8 observations on the following 7 variables.
Details
———————————————————–
New records to "modules" table are added to the
shinymgr.sqlite database via the mod_register function.
Fields
pkModuleNameName of a module; primary key.
modDisplayNameName displayed on the module.
modDescriptionDescription of the module.
modCitationCitation of the module.
modNotesNotes on the module.
modActiveLogical. Is the module still active?
dateCreatedDate the module was created.
See Also
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionArguments,
modFunctionReturns,
modPackages,
reports,
tabModules,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(modules)
[Package shinymgr version 1.1.0 Index]