Learn R Programming

safetyGraphics (version 2.0.0)

safetyGraphicsUI: UI for the core safetyGraphics app including Home, Mapping, Filter, Charts and Settings modules.

Description

UI for the core safetyGraphics app including Home, Mapping, Filter, Charts and Settings modules.

Usage

safetyGraphicsUI(id, meta, domainData, mapping, standards)

Arguments

id

module ID

meta

data frame containing the metadata for use in the app. See the preloaded file (?safetyGraphics::meta) for more data specifications and details. Defaults to safetyGraphics::meta.

domainData

named list of data.frames to be loaded in to the app.

mapping

data.frame specifying the initial values for each data mapping. If no mapping is provided, the app will attempt to generate one via detectStandard()

standards

a list of information regarding data standards. Each list item should use the format returned by safetyGraphics::detectStandard.