Description Usage Arguments Examples
Adds a description
list to the textcorpus description
.
1 | add_description(x, description.data = textcorpus::description, ...)
|
x |
A description list that contains the required meta data
about the corpus being added. Use |
description.data |
The textcorpus description dataset. |
... |
ignored. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
desc_dat <- list(
data = "mydat",
genre = 'poem',
subgenre = 'haiku',
source = "https://url/to/nowhere.com",
submitted_by = "Tyler Rinker",
submitted_on = Sys.Date()
)
check_description(desc_dat)
add_description(desc_dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.