| tabs {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "tabs"
Description
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
Usage
data(demo_data)
Format
A data frame with 10 observations on the following 4 variables.
Details
———————————————————–
New records to the "tabs" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
Fields
pkTabNameThe name of the tab; primary key.
tabDisplayNameThe name displayed on the tab.
tabInstructionsInstructions for the tab.
tabNotesNotes on the tab.
See Also
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionArguments,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(tabs)
[Package shinymgr version 1.1.0 Index]