Description Usage Arguments Value Examples
Expand the elements denoted by the syntactic sugar "<<", "<.<", "++" or "+.+"
1 | expand_node(x)
|
x |
A split MTG line (e.g. c("/P1","/A1")) |
A split MTG line with explicitly all nodes
1 2 3 4 5 6 | ## Not run:
x = strsplit(x = "/A1+U85/U86<U87<.<U93<U94<.<U96<U97+.+U100",
"(?<=.)(?=[</+])",perl = TRUE)[[1]]
expand_node(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.