tabModules | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate
.
data(demo_data)
A data frame with 10 observations on the following 4 variables.
———————————————————–
New records to the "tabModules" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
pkInstanceID
Auto-number primary key.
fkTabName
References pkTabID from the "tabs" table.
fkModuleName
References pkModuleID from the "module" table.
modOrder
Integer. Gives the order in which a module appears in a tab.
Other data:
appReports
,
appStitching
,
appTabs
,
apps
,
modFunctionArguments
,
modFunctionReturns
,
modPackages
,
modules
,
reports
,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(tabModules)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.