| apps {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "apps"
Description
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
Usage
data(demo_data)
Format
A data frame with 3 observations on the following 10 variables.
Details
———————————————————–
New records to the "apps" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
Fields
pkAppNameName of the app; primary key.
appDisplayNameName that is displayed on app.
appDescriptionA description of the app.
appVideoURLA link to a video if desired.
appCSSThe css file to style the app.
appNotesDeveloper notes about the app.
appActiveLogical. Is the app active?
fkParentAppNameReferences previous version of app.
appCitationThe official citation of the app.
See Also
Other data:
appReports,
appStitching,
appTabs,
modFunctionArguments,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(apps)
[Package shinymgr version 1.1.0 Index]