modPackages {shinymgr} | R Documentation |
Sample data for the shinymgr.sqlite table, "modPackages"
Description
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate
.
Usage
data(demo_data)
Format
A data frame with 2 observations on the following 4 variables.
Details
———————————————————–
New records to "modPackages" table are added to the
shinymgr.sqlite database via the mod_register
function.
Fields
fkModuleName
References pkModuleName in the "modules" table.
packageName
Name of the R package
version
Version of the package.
notes
Notes about the package.
See Also
Other data:
appReports
,
appStitching
,
appTabs
,
apps
,
modFunctionArguments
,
modFunctionReturns
,
modules
,
reports
,
tabModules
,
tabs
Examples
# read in the demo data
data(demo_data)
# look at the structure
str(modPackages)
[Package shinymgr version 1.1.0 Index]