get_parse_data | R Documentation |
Wrapper around utils::getParseData(parse(text = text))
that returns a flat
parse table. When caching information should be added, make sure that
the cache is activated with cache_activate()
and both transformers
and
cache_dir
are non-NULL
.
get_parse_data(text, include_text = TRUE, ...)
text |
The text to parse. |
include_text |
Passed to |
... |
Other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.