| reports {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "reports"
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 3 variables.
Details
———————————————————–
Reports are added to the shinymgr.sqlite database via the "Add "Reports" menu in shinymgr's Developer section.
Fields
pkReportNameName of the report; primary key.
displayNameDisplay name of the report.
reportDescriptionDescription of the report.
See Also
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionArguments,
modFunctionReturns,
modPackages,
modules,
tabModules,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(reports)
[Package shinymgr version 1.1.0 Index]