rxs_validation.Rd
Validate an Rxs tree
rxs_validation(rxsTree, stopOnFailure = FALSE, rxsStructure = NULL)
The Rxs tree.
Whether to throw an error when validation fails.
Optionally, the rxsStructure
as resulting from
a call to rxs_parseSpecifications()
.
Invisibly, the Rxs tree (which was altered in place, consistent
with the reference semantics employed by data.tree::Node()
- so you can
just discard the result).