| modFunctionReturns {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "modFunctionReturns"
Description
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
Usage
data(demo_data)
Format
A data frame with 6 observations on the following 5 variables.
Details
———————————————————–
New records to "modFunctionReturns" table are added to the
shinymgr.sqlite database via the mod_register function.
Fields
pkModReturnIDReferences pkModuleName in the "modules" table.
fkModuleNameReferences pkModuleName in the "modules" table.
functionReturnNameName of the return.
functionReturnClassClass of the return (e.g., data.frame)
descriptionDescription of the return.
See Also
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionArguments,
modPackages,
modules,
reports,
tabModules,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(modFunctionReturns)
[Package shinymgr version 1.1.0 Index]