| modPackages | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
data(demo_data)
A data frame with 2 observations on the following 4 variables.
———————————————————–
New records to "modPackages" table are added to the
shinymgr.sqlite database via the mod_register function.
fkModuleNameReferences pkModuleName in the "modules" table.
packageNameName of the R package
versionVersion of the package.
notesNotes about the package.
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionArguments,
modFunctionReturns,
modules,
reports,
tabModules,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(modPackages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.