tabModules {shinymgr}R Documentation

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

Description

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

Usage

data(demo_data)

Format

A data frame with 10 observations on the following 4 variables.

Details

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

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

Fields

pkInstanceID

Auto-number primary key.

fkTabName

References pkTabID from the "tabs" table.

fkModuleName

References pkModuleID from the "module" table.

modOrder

Integer. Gives the order in which a module appears in a tab.

See Also

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

Examples


# read in the demo data
data(demo_data)

# look at the structure
str(tabModules)


[Package shinymgr version 1.1.0 Index]