Description Usage Arguments Examples
Corpus of Inaugural Addresses of US Presidents.
1 2 3 4 5 6 7 | inaugural_files(to_r = FALSE)
inaugural_words(file, to_r = FALSE)
inaugural_sents(file, to_r = FALSE)
inaugural_raw(file, to_r = FALSE)
|
to_r |
Whether to return results in R tidy format. |
file |
An Inaugural address as returned by |
1 2 3 4 5 | ## Not run:
files <- inaugural_files(to_r = TRUE)
inaugural_sents(sample(files, 1))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.