Join us for
RADAR: AI Edition

safetyGraphics (version 1.1.0)

getRequiredSettings: Get a list of required settings

Description

Get a list of required settings for a given chart

Usage

getRequiredSettings(charts = NULL,
  metadata = safetyGraphics::settingsMetadata)

Arguments

charts

The chart for which required settings should be returned ("eDish" only for now) . Default: NULL (uses all available charts).

metadata

The metadata file to be used (primarily used for testing)

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(charts=c("edish","safetyHistogram"))

# }

Run the code above in your browser using DataLab