hca_fairytales {hcandersenr} | R Documentation |
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
.
hca_fairytales()
A data frame with three variables: text
,
book
and language
.
tales <- hca_fairytales()
# See first few rows
head(tales)