read_benchmarks | R Documentation |
Reading in the benchmarks from the Data Explorer
read_benchmarks(
filename = "",
filepath = NULL,
sheet_name = "Monitoring Objectives",
eval_strings = list(c("x", "LL_Relation", "Lower_Limit"), c("x", "UL_Relation",
"Upper_Limit"), c("x", "Proportion_Relation", "Required_Proportion"))
)
filename |
Character string. The filename, including filetype extension, of the .XLSX, .CSV, .XLSM, or .XLS containing the benchmarks. Expects to find columns with headers matching "Management Question", "Benchmark Source", "Benchmark Group", "Reporting Unit", "Lower Limit", "LL Relation", "Indicator", "UL Relation", "Upper Limit", "Unit", "Condition Category", "Proportion Relation", and "Required Proportion". |
filepath |
Optional character string. The filepath to the location where the file matching |
sheet_name |
Optional character string. The sheet name of the spreadsheet in the Excel workbook specified by |
eval_strings |
Optional list of character vectors. If |
A data frame of the benchmarks from the specified file with fields containing evaluation strings to use in testing indicator values against the benchmarks.
read_benchmarks()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.