Description Usage Arguments Examples
Access the text of documents as a string.
1 2 3 4 5 6 7 8 9 10 |
document |
A document as returned by the |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
init_textanalysis()
# build document
doc <- string_document("This is a document.")
# extract text
get_text(doc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.