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
pkModArgID
Auto-number primary key.
fkModuleName
References pkModuleName in the "modules" table.
functionArgName
Name of the argument.
functionArgClass
Class of the argument (e.g., data.frame)
description
Description 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]