View source: R/30-api-flexseq-validate.R
| validate_tree | R Documentation |
Performs expensive full-tree auditing of:
structural attributes (monoids/measures) consistency
global name-state invariants
validate_tree(t)
t |
FingerTree. |
Intended for debugging and tests, not hot runtime paths.
TRUE invisibly; errors if invariant violations are found.
x <- as_flexseq(letters[1:10])
validate_tree(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.