apps {shinymgr}R Documentation

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

Description

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

Usage

data(demo_data)

Format

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

Details

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

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

Fields

pkAppName

Name of the app; primary key.

appDisplayName

Name that is displayed on app.

appDescription

A description of the app.

appVideoURL

A link to a video if desired.

appCSS

The css file to style the app.

appNotes

Developer notes about the app.

appActive

Logical. Is the app active?

fkParentAppName

References previous version of app.

appCitation

The official citation of the app.

See Also

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

Examples


# read in the demo data
data(demo_data)

# look at the structure
str(apps)


[Package shinymgr version 1.1.0 Index]