words | R Documentation |
Return a list of words contained in a text.
words(x, ...)
## Default S3 method:
words(x, file, ...)
## S3 method for class 'character'
words(x, ...)
nword(x, ...)
lexicon(x, ...)
x |
Character vector or an object coercible to a text objexct. |
... |
Further arguments (not used). |
file |
Character vector specifying a file to be read. |
words("The punctuation, in this phrase; is ... really: 'terrible'.")
nword("The punctuation, in this phrase; is ... really: 'terrible'.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.