reports | 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 3 variables.
———————————————————–
Reports are added to the shinymgr.sqlite database via the "Add "Reports" menu in shinymgr's Developer section.
pkReportName
Name of the report; primary key.
displayName
Display name of the report.
reportDescription
Description of the report.
Other data:
appReports
,
appStitching
,
appTabs
,
apps
,
modFunctionArguments
,
modFunctionReturns
,
modPackages
,
modules
,
tabModules
,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(reports)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.