modFunctionReturns {shinymgr}R Documentation

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

Description

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

Usage

data(demo_data)

Format

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

Details

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

New records to "modFunctionReturns" table are added to the shinymgr.sqlite database via the mod_register function.

Fields

pkModReturnID

References pkModuleName in the "modules" table.

fkModuleName

References pkModuleName in the "modules" table.

functionReturnName

Name of the return.

functionReturnClass

Class of the return (e.g., data.frame)

description

Description of the return.

See Also

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

Examples


# read in the demo data
data(demo_data)

# look at the structure
str(modFunctionReturns)


[Package shinymgr version 1.1.0 Index]