| modFunctionArguments {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "modFunctionArguments"
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 "modFunctionArguments" table are added to the
shinymgr.sqlite database via the mod_register function.
Fields
pkModArgIDAuto-number primary key.
fkModuleNameReferences pkModuleName in the "modules" table.
functionArgNameName of the argument.
functionArgClassClass of the argument (e.g., data.frame)
descriptionDescription of the argument.
See Also
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(modFunctionArguments)
[Package shinymgr version 1.1.0 Index]