| modFunctionArguments | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
data(demo_data)
A data frame with 6 observations on the following 5 variables.
———————————————————–
New records to "modFunctionArguments" table are added to the
shinymgr.sqlite database via the mod_register function.
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.
Other data:
appReports,
appStitching,
appTabs,
apps,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules,
tabs
# read in the demo data
data(demo_data)
# look at the structure
str(modFunctionArguments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.