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
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.
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]