OutputParser | R Documentation |
OutputParser
is an R6 class that parses output from TNT.
new()
OutputParser$new(...)
...
Ignored.
clean()
OutputParser$clean(value)
value
A character vector.
content_detect()
OutputParser$content_detect(value)
value
A character vector. Parse raw TNT tree output
transform()
OutputParser$transform(output, content_type)
output
A character vector of raw TNT output.
content_type
A character vector indicating the content type of output
.
clone()
The objects of this class are cloneable with this method.
OutputParser$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.