| appStitching | R Documentation |
Sample data imported to the shinymgr SQLite database
by the function shiny_db_populate.
data(demo_data)
A data frame with 30 observations on the following 6 variables.
———————————————————–
appSTitching records are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.
pkStitchIDAuto-number primary key.
fkAppNameReferences pkAppName in the "apps" table.
fkInstanceIDReferences pkInstanceID in the "tabModules" table.
fkModArgIDReference pkModArgID in the "modFunctionArguments" table.
fkModReturnIDReference pkModReturnID in the "modFunctionReturns" table.
fkStitchIDReferences the stitch that preceeds a given stitch (record).
Other data:
appReports,
appTabs,
apps,
modFunctionArguments,
modFunctionReturns,
modPackages,
modules,
reports,
tabModules,
tabs
# read in the demo data
data("demo_data")
# look at the structure
str(appStitching)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.