Description Usage Arguments Value
View source: R/read_criteria_from_xl.R
This spreadsheet has to have column names '‘id'’, '‘parentCriterion'’, '‘label'’, '‘description'’, and '‘isLeaf'’.
1 2 3 4 5 6 | read_criteria_from_xl(
input,
showGraphs = TRUE,
rootCriterionId = mdmcda::opts$get("rootCriterionId"),
...
)
|
input |
The file to read from. |
showGraphs |
Whether to show the anchoring graphs (passed on to [mdmcda::anchoringDf_to_anchoringGraphs()]). |
rootCriterionId |
The identifier of the root criterion. |
... |
Passed on to [mdmcda::anchoringDf_to_anchoringGraphs()]. |
A 'criteria' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.