Learn R Programming

safetyGraphics (version 0.7.3)

getRequiredSettings: Get a list of required settings

Description

Get a list of required settings for a given chart

Usage

getRequiredSettings(chart = "eDish",
  metadata = safetyGraphics::settingsMetadata)

Arguments

chart

The chart for which required settings should be returned ("eDish" only for now) . Default: "eDish".

metadata

The metadata file to be used

Value

List of lists specifying the position of matching named elements in the format list("filters",2,"value_col"), which would correspond to settings[["filters"]][[2]][["value_col"]].

Examples

Run this code
# NOT RUN {
safetyGraphics:::getRequiredSettings(chart="eDish")

# }

Run the code above in your browser using DataLab