Description Usage Format Examples
A tidy data frame of all of H.C. Andersens fairy tales in this
pacakage with three columns: text
, which contains the text of the
fairy tales divided into elements of up to about 80 characters each,
book
, which contains the titles of the fairy tales in english, and
language
which is the language of the text
.
1 |
A data frame with three variables: text
,
book
and language
.
1 2 3 4 | tales <- hca_fairytales()
# See first few rows
head(tales)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.