appTabs {shinymgr}R Documentation

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

Description

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

Usage

data(demo_data)

Format

A data frame with 9 observations on the following 3 variables.

Details

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

Records to the "appTabs" table are added to the shinymgr.sqlite database via the "App Builder" interface within shinymgr's Developer section.

Fields

fkTabName

References pkTabName in the "tabs" table.

fkAppName

References pkAppName in the "apps" table.

tabOrder

Specifies the order of tabs as presented to user.

See Also

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

Examples


# read in the demo data
data(demo_data)

# look at the structure
str(appTabs)


[Package shinymgr version 1.1.0 Index]