appStitching {shinymgr}R Documentation

Sample data for the shinymgr.sqlite table, "appStitching"

Description

Sample data imported to the shinymgr SQLite database by the function shiny_db_populate.

Usage

data(demo_data)

Format

A data frame with 30 observations on the following 6 variables.

Details

———————————————————–

appSTitching records are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.

Fields

pkStitchID

Auto-number primary key.

fkAppName

References pkAppName in the "apps" table.

fkInstanceID

References pkInstanceID in the "tabModules" table.

fkModArgID

Reference pkModArgID in the "modFunctionArguments" table.

fkModReturnID

Reference pkModReturnID in the "modFunctionReturns" table.

fkStitchID

References the stitch that preceeds a given stitch (record).

See Also

Other data: appReports, appTabs, apps, modFunctionArguments, modFunctionReturns, modPackages, modules, reports, tabModules, tabs

Examples


# read in the demo data
data("demo_data")

# look at the structure
str(appStitching)


[Package shinymgr version 1.1.0 Index]