rxs_validation.Rd
Validate an Rxs tree
rxs_validation(
rxsTree,
stopOnFailure = FALSE,
stopOnFailure_metadata = stopOnFailure,
stopOnFailure_entities = stopOnFailure,
rxsTemplateSpec = NULL,
silent = metabefor::opts$get("silent")
)
The Rxs tree.
Whether to throw an error when validation fails.
Whether to throw an error when validation fails, but only if validation fails for the metadata.
Whether to throw an error when validation fails, but only if validation fails for the entity values.
Optionally, the rxs template specification as it is typically included in rxs templates.
Whether to be silent or chatty.
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).