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.
pkAppName
Name of the app; primary key.
appDisplayName
Name that is displayed on app.
appDescription
A description of the app.
appVideoURL
A link to a video if desired.
appCSS
The css file to style the app.
appNotes
Developer notes about the app.
appActive
Logical. Is the app active?
fkParentAppName
References previous version of app.
appCitation
The 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.