tabs | 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 "tabs" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
pkTabName
The name of the tab; primary key.
tabDisplayName
The name displayed on the tab.
tabInstructions
Instructions for the tab.
tabNotes
Notes on the tab.
Other data:
appReports
,
appStitching
,
appTabs
,
apps
,
modFunctionArguments
,
modFunctionReturns
,
modPackages
,
modules
,
reports
,
tabModules
# read in the demo data
data(demo_data)
# look at the structure
str(tabs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.