Description Usage Arguments Value Examples
Extracts <criteriaComparisons> from an XML tree written according to the XMCDA standard and stores the IDs of the concerned criteria.
| 1 | getCriteriaComparisonsLabels(tree, critIDs=NULL, mcdaConcept = NULL)
 | 
| tree | Object containing the  | 
| critIDs | A vector containing the IDs of the criteria to be considered for the extractions. | 
| mcdaConcept | A string containing the specific  | 
The function returns a list structured as follows:
| – | The first elements contain the  | 
| status | Either OK if all the  | 
| 1 2 3 4 5 6 7 8 | tree <- xmlTreeParse(system.file("extdata",
                                 "testFile.xml",
                                 package="RXMCDA"),
                     useInternalNodes=TRUE)
critIDs <- getCriteriaIDs(tree)
comps <- getCriteriaComparisonsLabels(tree, critIDs[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.