| apps | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
data(demo_data)
A data frame with 3 observations on the following 10 variables.
———————————————————–
New records to the "apps" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
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.
Other data:
appReports,
appStitching,
appTabs,
modFunctionArguments,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(apps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.