diff --git a/DESCRIPTION b/DESCRIPTION index e55e91f..0a30845 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: lovecraftr Type: Package Title: H. P. Lovecraft's works, for text analysis -Version: 0.2.2 +Version: 0.2.3 Authors@R: person("Jordan", "Bradford", email = "jrdnbradford@gmail.com", role = c("aut", "cre")) Description: A collection of H. P. Lovecraft's works as R datasets. diff --git a/R/data.R b/R/data.R index 0ee222f..e56d38d 100644 --- a/R/data.R +++ b/R/data.R @@ -2,8 +2,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _At the Mountains of Madness_ -#' @description A dataset containing text of H. P. Lovecraft's _At the Mountains of Madness_ +#' @title _At the Mountains of Madness_ +#' @description A dataset containing text of H. P. Lovecraft's _At the Mountains of Madness_. #' @usage data(at_the_mountains_of_madness) #' @format A character vector with 3,579 elements, with roughly 80 characters per line. #' @docType data @@ -19,8 +19,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Azathoth" -#' @description A dataset containing text of H. P. Lovecraft's "Azathoth" +#' @title "Azathoth" +#' @description A dataset containing text of H. P. Lovecraft's "Azathoth". #' @usage data(azathoth) #' @format A character vector with 37 elements, with roughly 80 characters per line. #' @docType data @@ -36,8 +36,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Beyond the Wall of Sleep" -#' @description A dataset containing text of H. P. Lovecraft's "Beyond the Wall of Sleep" +#' @title "Beyond the Wall of Sleep" +#' @description A dataset containing text of H. P. Lovecraft's "Beyond the Wall of Sleep". #' @usage data(beyond_the_wall_of_sleep) #' @format A character vector with 361 elements, with roughly 80 characters per line. #' @docType data @@ -53,8 +53,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Celephais" -#' @description A dataset containing text of H. P. Lovecraft's "Celephais" +#' @title "Celephais" +#' @description A dataset containing text of H. P. Lovecraft's "Celephais". #' @usage data(celephais) #' @format A character vector with 202 elements, with roughly 80 characters per line. #' @docType data @@ -70,8 +70,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Cool Air" -#' @description A dataset containing text of H. P. Lovecraft's "Cool Air" +#' @title "Cool Air" +#' @description A dataset containing text of H. P. Lovecraft's "Cool Air". #' @usage data(cool_air) #' @format A character vector with 292 elements, with roughly 80 characters per line. #' @docType data @@ -87,8 +87,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Dagon" -#' @description A dataset containing text of H. P. Lovecraft's "Dagon" +#' @title "Dagon" +#' @description A dataset containing text of H. P. Lovecraft's "Dagon". #' @usage data(dagon) #' @format A character vector with 187 elements, with roughly 80 characters per line. #' @docType data @@ -104,8 +104,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Dreams in the Witch-House" -#' @description A dataset containing text of H. P. Lovecraft's "Dreams in the Witch-House" +#' @title "Dreams in the Witch-House" +#' @description A dataset containing text of H. P. Lovecraft's "Dreams in the Witch-House". #' @usage data(dreams_in_the_witch_house) #' @format A character vector with 1,271 elements, with roughly 80 characters per line. #' @docType data @@ -121,8 +121,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Ex Oblivione" -#' @description A dataset containing text of H. P. Lovecraft's "Ex Oblivione" +#' @title "Ex Oblivione" +#' @description A dataset containing text of H. P. Lovecraft's "Ex Oblivione". #' @usage data(ex_oblivione) #' @format A character vector with 66 elements, with roughly 80 characters per line. #' @docType data @@ -138,8 +138,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Facts Concerning the Late Arthur Jermyn and His Family" -#' @description A dataset containing text of H. P. Lovecraft's "Facts Concerning the Late Arthur Jermyn and His Family" +#' @title "Facts Concerning the Late Arthur Jermyn and His Family" +#' @description A dataset containing text of H. P. Lovecraft's "Facts Concerning the Late Arthur Jermyn and His Family". #' @usage data(facts_concerning_the_late_arthur_jermyn_and_his_family) #' @format A character vector with 303 elements, with roughly 80 characters per line. #' @docType data @@ -155,8 +155,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "From Beyond" -#' @description A dataset containing text of H. P. Lovecraft's "From Beyond" +#' @title "From Beyond" +#' @description A dataset containing text of H. P. Lovecraft's "From Beyond". #' @usage data(from_beyond) #' @format A character vector with 222 elements, with roughly 80 characters per line. #' @docType data @@ -172,8 +172,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "He" -#' @description A dataset containing text of H. P. Lovecraft's "He" +#' @title "He" +#' @description A dataset containing text of H. P. Lovecraft's "He". #' @usage data(he) #' @format A character vector with 360 elements, with roughly 80 characters per line. #' @docType data @@ -189,8 +189,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Herbert West: Reanimator" -#' @description A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator" +#' @title "Herbert West: Reanimator" +#' @description A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator". #' @usage data(herbert_west_reanimator) #' @format A character vector with 1,053 elements, with roughly 80 characters per line. #' @docType data @@ -206,8 +206,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Hypnos" -#' @description A dataset containing text of H. P. Lovecraft's "Hypnos" +#' @title "Hypnos" +#' @description A dataset containing text of H. P. Lovecraft's "Hypnos". #' @usage data(hypnos) #' @format A character vector with 233 elements, with roughly 80 characters per line. #' @docType data @@ -223,8 +223,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Imprisoned with the Pharaohs" -#' @description A dataset containing text of H. P. Lovecraft's "Imprisoned with the Pharaohs" +#' @title "Imprisoned with the Pharaohs" +#' @description A dataset containing text of H. P. Lovecraft's "Imprisoned with the Pharaohs". #' @usage data(imprisoned_with_the_pharoahs) #' @format A character vector with 948 elements, with roughly 80 characters per line. #' @docType data @@ -240,8 +240,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "In the Vault" -#' @description A dataset containing text of H. P. Lovecraft's "In the Vault" +#' @title "In the Vault" +#' @description A dataset containing text of H. P. Lovecraft's "In the Vault". #' @usage data(in_the_vault) #' @format A character vector with 272 elements, with roughly 80 characters per line. #' @docType data @@ -257,8 +257,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Medusa's Coil" -#' @description A dataset containing text of H. P. Lovecraft's "Medusa's Coil" +#' @title "Medusa's Coil" +#' @description A dataset containing text of H. P. Lovecraft's "Medusa's Coil". #' @usage data(medusas_coil) #' @format A character vector with 1,443 elements, with roughly 80 characters per line. #' @docType data @@ -274,8 +274,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Memory" -#' @description A dataset containing text of H. P. Lovecraft's "Memory" +#' @title "Memory" +#' @description A dataset containing text of H. P. Lovecraft's "Memory". #' @usage data(memory) #' @format A character vector with 31 elements, with roughly 80 characters per line. #' @docType data @@ -291,8 +291,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Nyarlathotep" -#' @description A dataset containing text of H. P. Lovecraft's "Nyarlathotep" +#' @title "Nyarlathotep" +#' @description A dataset containing text of H. P. Lovecraft's "Nyarlathotep". #' @usage data(nyarlathotep) #' @format A character vector with 97 elements, with roughly 80 characters per line. #' @docType data @@ -308,8 +308,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Pickman's Model" -#' @description A dataset containing text of H. P. Lovecraft's "Pickman's Model" +#' @title "Pickman's Model" +#' @description A dataset containing text of H. P. Lovecraft's "Pickman's Model". #' @usage data(pickmans_model) #' @format A character vector with 455 elements, with roughly 80 characters per line. #' @docType data @@ -325,8 +325,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Poetry of the Gods" -#' @description A dataset containing text of H. P. Lovecraft's "Poetry of the Gods" +#' @title "Poetry of the Gods" +#' @description A dataset containing text of H. P. Lovecraft's "Poetry of the Gods". #' @usage data(poetry_of_the_gods) #' @format A character vector with 157 elements, with roughly 80 characters per line. #' @docType data @@ -342,8 +342,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Polaris" -#' @description A dataset containing text of H. P. Lovecraft's "Polaris" +#' @title "Polaris" +#' @description A dataset containing text of H. P. Lovecraft's "Polaris". #' @usage data(polaris) #' @format A character vector with 129 elements, with roughly 80 characters per line. #' @docType data @@ -359,8 +359,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Alchemist" -#' @description A dataset containing text of H. P. Lovecraft's "The Alchemist" +#' @title "The Alchemist" +#' @description A dataset containing text of H. P. Lovecraft's "The Alchemist". #' @usage data(the_alchemist) #' @format A character vector with 295 elements, with roughly 80 characters per line. #' @docType data @@ -376,8 +376,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Beast in the Cave" -#' @description A dataset containing text of H. P. Lovecraft's "The Beast in the Cave" +#' @title "The Beast in the Cave" +#' @description A dataset containing text of H. P. Lovecraft's "The Beast in the Cave". #' @usage data(the_beast_in_the_cave) #' @format A character vector with 204 elements, with roughly 80 characters per line. #' @docType data @@ -393,8 +393,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Book" -#' @description A dataset containing text of H. P. Lovecraft's "The Book" +#' @title "The Book" +#' @description A dataset containing text of H. P. Lovecraft's "The Book". #' @usage data(the_book) #' @format A character vector with 95 elements, with roughly 80 characters per line. #' @docType data @@ -410,8 +410,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Call of Cthulhu" -#' @description A dataset containing text of H. P. Lovecraft's "The Call of Cthulhu" +#' @title "The Call of Cthulhu" +#' @description A dataset containing text of H. P. Lovecraft's "The Call of Cthulhu". #' @usage data(the_call_of_cthulhu) #' @format A character vector with 1,030 elements, with roughly 80 characters per line. #' @docType data @@ -427,8 +427,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Case of Charles Dexter Ward_ -#' @description A dataset containing text of H. P. Lovecraft's _The Case of Charles Dexter Ward_ +#' @title _The Case of Charles Dexter Ward_ +#' @description A dataset containing text of H. P. Lovecraft's _The Case of Charles Dexter Ward_. #' @usage data(the_case_of_charles_dexter_ward) #' @format A character vector with 4,358 elements, with roughly 80 characters per line. #' @docType data @@ -444,8 +444,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Cats of Ulthar" -#' @description A dataset containing text of H. P. Lovecraft's "The Cats of Ulthar" +#' @title "The Cats of Ulthar" +#' @description A dataset containing text of H. P. Lovecraft's "The Cats of Ulthar". #' @usage data(the_cats_of_ulthar) #' @format A character vector with 109 elements, with roughly 80 characters per line. #' @docType data @@ -461,8 +461,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Colour Out of Space" -#' @description A dataset containing text of H. P. Lovecraft's "The Colour Out of Space" +#' @title "The Colour Out of Space" +#' @description A dataset containing text of H. P. Lovecraft's "The Colour Out of Space". #' @usage data(the_colour_out_of_space) #' @format A character vector with 967 elements, with roughly 80 characters per line. #' @docType data @@ -478,8 +478,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Crawling Chaos" -#' @description A dataset containing text of H. P. Lovecraft's "The Crawling Chaos" +#' @title "The Crawling Chaos" +#' @description A dataset containing text of H. P. Lovecraft's "The Crawling Chaos". #' @usage data(the_crawling_chaos) #' @format A character vector with 234 elements, with roughly 80 characters per line. #' @docType data @@ -495,8 +495,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Descendant" -#' @description A dataset containing text of H. P. Lovecraft's "The Descendant" +#' @title "The Descendant" +#' @description A dataset containing text of H. P. Lovecraft's "The Descendant". #' @usage data(the_descendent) #' @format A character vector with 121 elements, with roughly 80 characters per line. #' @docType data @@ -512,8 +512,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Doom that Came to Sarnath" -#' @description A dataset containing text of H. P. Lovecraft's "The Doom that Came to Sarnath" +#' @title "The Doom that Came to Sarnath" +#' @description A dataset containing text of H. P. Lovecraft's "The Doom that Came to Sarnath". #' @usage data(the_doom_that_came_to_sarnath) #' @format A character vector with 218 elements, with roughly 80 characters per line. #' @docType data @@ -529,8 +529,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Dream Quest of Unknown Kadath_ -#' @description A dataset containing text of H. P. Lovecraft's _The Dream Quest of Unknown Kadath_ +#' @title _The Dream Quest of Unknown Kadath_ +#' @description A dataset containing text of H. P. Lovecraft's _The Dream Quest of Unknown Kadath_. #' @usage data(the_dream_quest_of_unknown_kadath) #' @format A character vector with 3,475 elements, with roughly 80 characters per line. #' @docType data @@ -546,8 +546,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Dunwich Horror_ -#' @description A dataset containing text of H. P. Lovecraft's _The Dunwich Horror_ +#' @title _The Dunwich Horror_ +#' @description A dataset containing text of H. P. Lovecraft's _The Dunwich Horror_. #' @usage data(the_dunwich_horror) #' @format A character vector with 1,533 elements, with roughly 80 characters per line. #' @docType data @@ -563,8 +563,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Evil Clergyman" -#' @description A dataset containing text of H. P. Lovecraft's "The Evil Clergyman" +#' @title "The Evil Clergyman" +#' @description A dataset containing text of H. P. Lovecraft's "The Evil Clergyman". #' @usage data(the_evil_clergyman) #' @format A character vector with 147 elements, with roughly 80 characters per line. #' @docType data @@ -580,8 +580,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Festival" -#' @description A dataset containing text of H. P. Lovecraft's "The Festival" +#' @title "The Festival" +#' @description A dataset containing text of H. P. Lovecraft's "The Festival". #' @usage data(the_festival) #' @format A character vector with 303 elements, with roughly 80 characters per line. #' @docType data @@ -597,8 +597,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Haunter of the Dark" -#' @description A dataset containing text of H. P. Lovecraft's "The Haunter of the Dark" +#' @title "The Haunter of the Dark" +#' @description A dataset containing text of H. P. Lovecraft's "The Haunter of the Dark". #' @usage data(the_haunter_of_the_dark) #' @format A character vector with 828 elements, with roughly 80 characters per line. #' @docType data @@ -614,8 +614,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Horror at Martin's Beach" -#' @description A dataset containing text of H. P. Lovecraft's "The Horror at Martin's Beach" +#' @title "The Horror at Martin's Beach" +#' @description A dataset containing text of H. P. Lovecraft's "The Horror at Martin's Beach". #' @usage data(the_horror_at_martins_beach) #' @format A character vector with 225 elements, with roughly 80 characters per line. #' @docType data @@ -631,8 +631,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Horror at Red Hook" -#' @description A dataset containing text of H. P. Lovecraft's "The Horror at Red Hook" +#' @title "The Horror at Red Hook" +#' @description A dataset containing text of H. P. Lovecraft's "The Horror at Red Hook". #' @usage data(the_horror_at_redhook) #' @format A character vector with 702 elements, with roughly 80 characters per line. #' @docType data @@ -648,8 +648,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Hound" -#' @description A dataset containing text of H. P. Lovecraft's "The Hound" +#' @title "The Hound" +#' @description A dataset containing text of H. P. Lovecraft's "The Hound". #' @usage data(the_hound) #' @format A character vector with 266 elements, with roughly 80 characters per line. #' @docType data @@ -665,8 +665,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Lurking Fear" -#' @description A dataset containing text of H. P. Lovecraft's "The Lurking Fear" +#' @title "The Lurking Fear" +#' @description A dataset containing text of H. P. Lovecraft's "The Lurking Fear". #' @usage data(the_lurking_fear) #' @format A character vector with 656 elements, with roughly 80 characters per line. #' @docType data @@ -682,8 +682,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Moon Bog" -#' @description A dataset containing text of H. P. Lovecraft's "The Moon Bog" +#' @title "The Moon Bog" +#' @description A dataset containing text of H. P. Lovecraft's "The Moon Bog". #' @usage data(the_moon_bog) #' @format A character vector with 266 elements, with roughly 80 characters per line. #' @docType data @@ -699,8 +699,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Music of Erich Zann" -#' @description A dataset containing text of H. P. Lovecraft's "The Music of Erich Zann" +#' @title "The Music of Erich Zann" +#' @description A dataset containing text of H. P. Lovecraft's "The Music of Erich Zann". #' @usage data(the_music_of_erich_zann) #' @format A character vector with 285 elements, with roughly 80 characters per line. #' @docType data @@ -716,8 +716,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Nameless City" -#' @description A dataset containing text of H. P. Lovecraft's "The Nameless City" +#' @title "The Nameless City" +#' @description A dataset containing text of H. P. Lovecraft's "The Nameless City". #' @usage data(the_nameless_city) #' @format A character vector with 418 elements, with roughly 80 characters per line. #' @docType data @@ -733,8 +733,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Other Gods" -#' @description A dataset containing text of H. P. Lovecraft's "The Other Gods" +#' @title "The Other Gods" +#' @description A dataset containing text of H. P. Lovecraft's "The Other Gods". #' @usage data(the_other_gods) #' @format A character vector with 160 elements, with roughly 80 characters per line. #' @docType data @@ -750,8 +750,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Outsider" -#' @description A dataset containing text of H. P. Lovecraft's "The Outsider" +#' @title "The Outsider" +#' @description A dataset containing text of H. P. Lovecraft's "The Outsider". #' @usage data(the_outsider) #' @format A character vector with 213 elements, with roughly 80 characters per line. #' @docType data @@ -767,8 +767,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Picture in the House" -#' @description A dataset containing text of H. P. Lovecraft's "The Picture in the House" +#' @title "The Picture in the House" +#' @description A dataset containing text of H. P. Lovecraft's "The Picture in the House". #' @usage data(the_picture_in_the_house) #' @format A character vector with 263 elements, with roughly 80 characters per line. #' @docType data @@ -784,8 +784,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Quest of Iranon" -#' @description A dataset containing text of H. P. Lovecraft's "The Quest of Iranon" +#' @title "The Quest of Iranon" +#' @description A dataset containing text of H. P. Lovecraft's "The Quest of Iranon". #' @usage data(the_quest_of_iranon) #' @format A character vector with 215 elements, with roughly 80 characters per line. #' @docType data @@ -801,8 +801,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Rats in the Walls" -#' @description A dataset containing text of H. P. Lovecraft's "The Rats in the Walls" +#' @title "The Rats in the Walls" +#' @description A dataset containing text of H. P. Lovecraft's "The Rats in the Walls". #' @usage data(the_rats_in_the_walls) #' @format A character vector with 691 elements, with roughly 80 characters per line. #' @docType data @@ -818,8 +818,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Shadow Out of Time_ -#' @description A dataset containing text of H. P. Lovecraft's _The Shadow Out of Time_ +#' @title _The Shadow Out of Time_ +#' @description A dataset containing text of H. P. Lovecraft's _The Shadow Out of Time_. #' @usage data(the_shadow_out_of_time) #' @format A character vector with 2,529 elements, with roughly 80 characters per line. #' @docType data @@ -835,8 +835,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Shadow Over Innsmouth_ -#' @description A dataset containing text of H. P. Lovecraft's _The Shadow Over Innsmouth_ +#' @title _The Shadow Over Innsmouth_ +#' @description A dataset containing text of H. P. Lovecraft's _The Shadow Over Innsmouth_. #' @usage data(the_shadow_over_innsmouth) #' @format A character vector with 2,318 elements, with roughly 80 characters per line. #' @docType data @@ -852,8 +852,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Shunned House" -#' @description A dataset containing text of H. P. Lovecraft's "The Shunned House" +#' @title "The Shunned House" +#' @description A dataset containing text of H. P. Lovecraft's "The Shunned House". #' @usage data(the_shunned_house) #' @format A character vector with 916 elements, with roughly 80 characters per line. #' @docType data @@ -869,8 +869,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Silver Key" -#' @description A dataset containing text of H. P. Lovecraft's "The Silver Key" +#' @title "The Silver Key" +#' @description A dataset containing text of H. P. Lovecraft's "The Silver Key". #' @usage data(the_silver_key) #' @format A character vector with 404 elements, with roughly 80 characters per line. #' @docType data @@ -886,8 +886,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Statement of Randolph Carter" -#' @description A dataset containing text of H. P. Lovecraft's "The Statement of Randolph Carter" +#' @title "The Statement of Randolph Carter" +#' @description A dataset containing text of H. P. Lovecraft's "The Statement of Randolph Carter". #' @usage data(the_statement_of_randolph_carter) #' @format A character vector with 221 elements, with roughly 80 characters per line. #' @docType data @@ -903,8 +903,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Strange High House in the Mist" -#' @description A dataset containing text of H. P. Lovecraft's "The Strange High House in the Mist" +#' @title "The Strange High House in the Mist" +#' @description A dataset containing text of H. P. Lovecraft's "The Strange High House in the Mist". #' @usage data(the_strange_high_house_in_the_mist) #' @format A character vector with 289 elements, with roughly 80 characters per line. #' @docType data @@ -920,8 +920,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Street" -#' @description A dataset containing text of H. P. Lovecraft's "The Street" +#' @title "The Street" +#' @description A dataset containing text of H. P. Lovecraft's "The Street". #' @usage data(the_street) #' @format A character vector with 183 elements, with roughly 80 characters per line. #' @docType data @@ -937,8 +937,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Temple" -#' @description A dataset containing text of H. P. Lovecraft's "The Temple" +#' @title "The Temple" +#' @description A dataset containing text of H. P. Lovecraft's "The Temple". #' @usage data(the_temple) #' @format A character vector with 450 elements, with roughly 80 characters per line. #' @docType data @@ -954,8 +954,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Terrible Old Man" -#' @description A dataset containing text of H. P. Lovecraft's "The Terrible Old Man" +#' @title "The Terrible Old Man" +#' @description A dataset containing text of H. P. Lovecraft's "The Terrible Old Man". #' @usage data(the_terrible_old_man) #' @format A character vector with 87 elements, with roughly 80 characters per line. #' @docType data @@ -971,8 +971,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Thing on the Doorstep" -#' @description A dataset containing text of H. P. Lovecraft's "The Thing on the Doorstep" +#' @title "The Thing on the Doorstep" +#' @description A dataset containing text of H. P. Lovecraft's "The Thing on the Doorstep". #' @usage data(the_thing_on_the_doorstep) #' @format A character vector with 931 elements, with roughly 80 characters per line. #' @docType data @@ -988,8 +988,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Tomb" -#' @description A dataset containing text of H. P. Lovecraft's "The Tomb" +#' @title "The Tomb" +#' @description A dataset containing text of H. P. Lovecraft's "The Tomb". #' @usage data(the_tomb) #' @format A character vector with 366 elements, with roughly 80 characters per line. #' @docType data @@ -1005,8 +1005,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Transition of Juan Romero" -#' @description A dataset containing text of H. P. Lovecraft's "The Transition of Juan Romero" +#' @title "The Transition of Juan Romero" +#' @description A dataset containing text of H. P. Lovecraft's "The Transition of Juan Romero". #' @usage data(the_transition_of_juan_romero) #' @format A character vector with 234 elements, with roughly 80 characters per line. #' @docType data @@ -1022,8 +1022,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Tree" -#' @description A dataset containing text of H. P. Lovecraft's "The Tree" +#' @title "The Tree" +#' @description A dataset containing text of H. P. Lovecraft's "The Tree". #' @usage data(the_tree) #' @format A character vector with 127 elements, with roughly 80 characters per line. #' @docType data @@ -1039,8 +1039,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Unnamable" -#' @description A dataset containing text of H. P. Lovecraft's "The Unnamable" +#' @title "The Unnamable" +#' @description A dataset containing text of H. P. Lovecraft's "The Unnamable". #' @usage data(the_unnamable) #' @format A character vector with 239 elements, with roughly 80 characters per line. #' @docType data @@ -1056,8 +1056,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The Very Old Folk" -#' @description A dataset containing text of H. P. Lovecraft's "The Very Old Folk" +#' @title "The Very Old Folk" +#' @description A dataset containing text of H. P. Lovecraft's "The Very Old Folk". #' @usage data(the_very_old_folk) #' @format A character vector with 210 elements, with roughly 80 characters per line. #' @docType data @@ -1073,8 +1073,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of _The Whisperer in Darkness_ -#' @description A dataset containing text of H. P. Lovecraft's _The Whisperer in Darkness_ +#' @title _The Whisperer in Darkness_ +#' @description A dataset containing text of H. P. Lovecraft's _The Whisperer in Darkness_. #' @usage data(the_whisperer_in_darkness) #' @format A character vector with 2,303 elements, with roughly 80 characters per line. #' @docType data @@ -1090,8 +1090,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "The White Ship" -#' @description A dataset containing text of H. P. Lovecraft's "The White Ship" +#' @title "The White Ship" +#' @description A dataset containing text of H. P. Lovecraft's "The White Ship". #' @usage data(the_white_ship) #' @format A character vector with 200 elements, with roughly 80 characters per line. #' @docType data @@ -1107,8 +1107,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "Through the Gates of the Silver Key" -#' @description A dataset containing text of H. P. Lovecraft's "Through the Gates of the Silver Key" +#' @title "Through the Gates of the Silver Key" +#' @description A dataset containing text of H. P. Lovecraft's "Through the Gates of the Silver Key". #' @usage data(through_the_gates_of_the_silver_key) #' @format A character vector with 1,305 elements, with roughly 80 characters per line. #' @docType data @@ -1124,8 +1124,8 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of "What the Moon Brings" -#' @description A dataset containing text of H. P. Lovecraft's "What the Moon Brings" +#' @title "What the Moon Brings" +#' @description A dataset containing text of H. P. Lovecraft's "What the Moon Brings". #' @usage data(what_the_moon_brings) #' @format A character vector with 60 elements, with roughly 80 characters per line. #' @docType data @@ -1141,7 +1141,7 @@ # To update, edit the raw txt in data-raw/corpus and run data-raw/generate_data.R ################################################################################## -#' @title Dataset of Lovecraft's corpus +#' @title Dataset of Lovecraft's Corpus #' @description A dataset containing text of all the H. P. Lovecraft works available in this package. #' @usage data(lovecraft) #' @format A tibble with 43,347 rows and 2 columns: diff --git a/R/lovecraft.R b/R/lovecraft.R index 6806e0f..6b24ab3 100644 --- a/R/lovecraft.R +++ b/R/lovecraft.R @@ -1,14 +1,13 @@ #' @title Lovecraft's Corpus #' #' @description -#' See `?lovecraftr::lovecraft_corpus` for documentation +#' See \code{\link[lovecraftr:lovecraft]{lovecraftr:lovecraft}} for documentation. #' -#' @return A data frame of Lovecraft's corpus +#' @return A tibble of Lovecraft's corpus. #' #' @export -#' -#' @examples -#' lovecraft_corpus() +#' @seealso \code{\link[lovecraftr:lovecraft]{lovecraftr:lovecraft}} +#' @usage lovecraft_corpus() lovecraft_corpus <- function() { lovecraftr::lovecraft } diff --git a/data-raw/generate_data.R b/data-raw/generate_data.R index 2668a95..f212911 100644 --- a/data-raw/generate_data.R +++ b/data-raw/generate_data.R @@ -27,8 +27,8 @@ header <- "# This documentation is generated by a script, do not edit by hand " docs_template <- "{header} -#' @title Dataset of {formatted_title} -#' @description A dataset containing text of H. P. Lovecraft's {formatted_title} +#' @title {formatted_title} +#' @description A dataset containing text of H. P. Lovecraft's {formatted_title}. #' @usage data({dataset_name}) #' @format A character vector with {num_vectors} elements, with roughly 80 characters per line. #' @docType data @@ -69,7 +69,7 @@ lovecraft <- dplyr::bind_rows(dataset_list) num_rows <- scales::number(nrow(lovecraft), big.mark = ",") num_cols <- ncol(lovecraft) corpus_docs <- glue::glue("{header} -#' @title Dataset of Lovecraft's corpus +#' @title Dataset of Lovecraft's Corpus #' @description A dataset containing text of all the H. P. Lovecraft works available in this package. #' @usage data(lovecraft) #' @format A tibble with {num_rows} rows and {num_cols} columns: diff --git a/man/at_the_mountains_of_madness.Rd b/man/at_the_mountains_of_madness.Rd index 2d1825a..ff7da5e 100644 --- a/man/at_the_mountains_of_madness.Rd +++ b/man/at_the_mountains_of_madness.Rd @@ -3,7 +3,7 @@ \docType{data} \name{at_the_mountains_of_madness} \alias{at_the_mountains_of_madness} -\title{Dataset of \emph{At the Mountains of Madness}} +\title{\emph{At the Mountains of Madness}} \format{ A character vector with 3,579 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/a data(at_the_mountains_of_madness) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{At the Mountains of Madness} +A dataset containing text of H. P. Lovecraft's \emph{At the Mountains of Madness}. } \keyword{datasets} \keyword{novella} diff --git a/man/azathoth.Rd b/man/azathoth.Rd index f944e46..223fedc 100644 --- a/man/azathoth.Rd +++ b/man/azathoth.Rd @@ -3,7 +3,7 @@ \docType{data} \name{azathoth} \alias{azathoth} -\title{Dataset of "Azathoth"} +\title{"Azathoth"} \format{ A character vector with 37 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/a data(azathoth) } \description{ -A dataset containing text of H. P. Lovecraft's "Azathoth" +A dataset containing text of H. P. Lovecraft's "Azathoth". } \keyword{datasets} \keyword{short} diff --git a/man/beyond_the_wall_of_sleep.Rd b/man/beyond_the_wall_of_sleep.Rd index 06c9a51..1ab3c47 100644 --- a/man/beyond_the_wall_of_sleep.Rd +++ b/man/beyond_the_wall_of_sleep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{beyond_the_wall_of_sleep} \alias{beyond_the_wall_of_sleep} -\title{Dataset of "Beyond the Wall of Sleep"} +\title{"Beyond the Wall of Sleep"} \format{ A character vector with 361 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/b data(beyond_the_wall_of_sleep) } \description{ -A dataset containing text of H. P. Lovecraft's "Beyond the Wall of Sleep" +A dataset containing text of H. P. Lovecraft's "Beyond the Wall of Sleep". } \keyword{datasets} \keyword{short} diff --git a/man/celephais.Rd b/man/celephais.Rd index ce10a4f..c6907f7 100644 --- a/man/celephais.Rd +++ b/man/celephais.Rd @@ -3,7 +3,7 @@ \docType{data} \name{celephais} \alias{celephais} -\title{Dataset of "Celephais"} +\title{"Celephais"} \format{ A character vector with 202 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/c data(celephais) } \description{ -A dataset containing text of H. P. Lovecraft's "Celephais" +A dataset containing text of H. P. Lovecraft's "Celephais". } \keyword{datasets} \keyword{short} diff --git a/man/cool_air.Rd b/man/cool_air.Rd index db32ad6..0556f64 100644 --- a/man/cool_air.Rd +++ b/man/cool_air.Rd @@ -3,7 +3,7 @@ \docType{data} \name{cool_air} \alias{cool_air} -\title{Dataset of "Cool Air"} +\title{"Cool Air"} \format{ A character vector with 292 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/c data(cool_air) } \description{ -A dataset containing text of H. P. Lovecraft's "Cool Air" +A dataset containing text of H. P. Lovecraft's "Cool Air". } \keyword{datasets} \keyword{short} diff --git a/man/dagon.Rd b/man/dagon.Rd index 94f69f4..7352890 100644 --- a/man/dagon.Rd +++ b/man/dagon.Rd @@ -3,7 +3,7 @@ \docType{data} \name{dagon} \alias{dagon} -\title{Dataset of "Dagon"} +\title{"Dagon"} \format{ A character vector with 187 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/d data(dagon) } \description{ -A dataset containing text of H. P. Lovecraft's "Dagon" +A dataset containing text of H. P. Lovecraft's "Dagon". } \keyword{datasets} \keyword{short} diff --git a/man/dreams_in_the_witch_house.Rd b/man/dreams_in_the_witch_house.Rd index 4630c83..05083f0 100644 --- a/man/dreams_in_the_witch_house.Rd +++ b/man/dreams_in_the_witch_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{dreams_in_the_witch_house} \alias{dreams_in_the_witch_house} -\title{Dataset of "Dreams in the Witch-House"} +\title{"Dreams in the Witch-House"} \format{ A character vector with 1,271 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/d data(dreams_in_the_witch_house) } \description{ -A dataset containing text of H. P. Lovecraft's "Dreams in the Witch-House" +A dataset containing text of H. P. Lovecraft's "Dreams in the Witch-House". } \keyword{datasets} \keyword{short} diff --git a/man/ex_oblivione.Rd b/man/ex_oblivione.Rd index 755bfb5..623e063 100644 --- a/man/ex_oblivione.Rd +++ b/man/ex_oblivione.Rd @@ -3,7 +3,7 @@ \docType{data} \name{ex_oblivione} \alias{ex_oblivione} -\title{Dataset of "Ex Oblivione"} +\title{"Ex Oblivione"} \format{ A character vector with 66 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/e data(ex_oblivione) } \description{ -A dataset containing text of H. P. Lovecraft's "Ex Oblivione" +A dataset containing text of H. P. Lovecraft's "Ex Oblivione". } \keyword{datasets} \keyword{short} diff --git a/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd b/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd index 698ac56..6be1533 100644 --- a/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd +++ b/man/facts_concerning_the_late_arthur_jermyn_and_his_family.Rd @@ -3,7 +3,7 @@ \docType{data} \name{facts_concerning_the_late_arthur_jermyn_and_his_family} \alias{facts_concerning_the_late_arthur_jermyn_and_his_family} -\title{Dataset of "Facts Concerning the Late Arthur Jermyn and His Family"} +\title{"Facts Concerning the Late Arthur Jermyn and His Family"} \format{ A character vector with 303 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/f data(facts_concerning_the_late_arthur_jermyn_and_his_family) } \description{ -A dataset containing text of H. P. Lovecraft's "Facts Concerning the Late Arthur Jermyn and His Family" +A dataset containing text of H. P. Lovecraft's "Facts Concerning the Late Arthur Jermyn and His Family". } \keyword{datasets} \keyword{short} diff --git a/man/from_beyond.Rd b/man/from_beyond.Rd index be027ce..aaede42 100644 --- a/man/from_beyond.Rd +++ b/man/from_beyond.Rd @@ -3,7 +3,7 @@ \docType{data} \name{from_beyond} \alias{from_beyond} -\title{Dataset of "From Beyond"} +\title{"From Beyond"} \format{ A character vector with 222 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/f data(from_beyond) } \description{ -A dataset containing text of H. P. Lovecraft's "From Beyond" +A dataset containing text of H. P. Lovecraft's "From Beyond". } \keyword{datasets} \keyword{short} diff --git a/man/he.Rd b/man/he.Rd index b385d60..e432788 100644 --- a/man/he.Rd +++ b/man/he.Rd @@ -3,7 +3,7 @@ \docType{data} \name{he} \alias{he} -\title{Dataset of "He"} +\title{"He"} \format{ A character vector with 360 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/h data(he) } \description{ -A dataset containing text of H. P. Lovecraft's "He" +A dataset containing text of H. P. Lovecraft's "He". } \keyword{datasets} \keyword{short} diff --git a/man/herbert_west_reanimator.Rd b/man/herbert_west_reanimator.Rd index 7ce1fa8..15213a4 100644 --- a/man/herbert_west_reanimator.Rd +++ b/man/herbert_west_reanimator.Rd @@ -3,7 +3,7 @@ \docType{data} \name{herbert_west_reanimator} \alias{herbert_west_reanimator} -\title{Dataset of "Herbert West: Reanimator"} +\title{"Herbert West: Reanimator"} \format{ A character vector with 1,053 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/h data(herbert_west_reanimator) } \description{ -A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator" +A dataset containing text of H. P. Lovecraft's "Herbert West: Reanimator". } \keyword{datasets} \keyword{short} diff --git a/man/hypnos.Rd b/man/hypnos.Rd index 85da16f..268a7ea 100644 --- a/man/hypnos.Rd +++ b/man/hypnos.Rd @@ -3,7 +3,7 @@ \docType{data} \name{hypnos} \alias{hypnos} -\title{Dataset of "Hypnos"} +\title{"Hypnos"} \format{ A character vector with 233 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/h data(hypnos) } \description{ -A dataset containing text of H. P. Lovecraft's "Hypnos" +A dataset containing text of H. P. Lovecraft's "Hypnos". } \keyword{datasets} \keyword{short} diff --git a/man/imprisoned_with_the_pharoahs.Rd b/man/imprisoned_with_the_pharoahs.Rd index 7ba8e37..eec5a28 100644 --- a/man/imprisoned_with_the_pharoahs.Rd +++ b/man/imprisoned_with_the_pharoahs.Rd @@ -3,7 +3,7 @@ \docType{data} \name{imprisoned_with_the_pharoahs} \alias{imprisoned_with_the_pharoahs} -\title{Dataset of "Imprisoned with the Pharaohs"} +\title{"Imprisoned with the Pharaohs"} \format{ A character vector with 948 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/i data(imprisoned_with_the_pharoahs) } \description{ -A dataset containing text of H. P. Lovecraft's "Imprisoned with the Pharaohs" +A dataset containing text of H. P. Lovecraft's "Imprisoned with the Pharaohs". } \keyword{datasets} \keyword{short} diff --git a/man/in_the_vault.Rd b/man/in_the_vault.Rd index 20d8cd2..ad290c8 100644 --- a/man/in_the_vault.Rd +++ b/man/in_the_vault.Rd @@ -3,7 +3,7 @@ \docType{data} \name{in_the_vault} \alias{in_the_vault} -\title{Dataset of "In the Vault"} +\title{"In the Vault"} \format{ A character vector with 272 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/i data(in_the_vault) } \description{ -A dataset containing text of H. P. Lovecraft's "In the Vault" +A dataset containing text of H. P. Lovecraft's "In the Vault". } \keyword{datasets} \keyword{short} diff --git a/man/lovecraft.Rd b/man/lovecraft.Rd index d010121..0e114f4 100644 --- a/man/lovecraft.Rd +++ b/man/lovecraft.Rd @@ -3,7 +3,7 @@ \docType{data} \name{lovecraft} \alias{lovecraft} -\title{Dataset of Lovecraft's corpus} +\title{Dataset of Lovecraft's Corpus} \format{ A tibble with 43,347 rows and 2 columns: \describe{ diff --git a/man/lovecraft_corpus.Rd b/man/lovecraft_corpus.Rd index 9a47272..1825fd5 100644 --- a/man/lovecraft_corpus.Rd +++ b/man/lovecraft_corpus.Rd @@ -7,11 +7,11 @@ lovecraft_corpus() } \value{ -A data frame of Lovecraft's corpus +A tibble of Lovecraft's corpus. } \description{ -See `?lovecraftr::lovecraft_corpus` for documentation +See \code{\link[lovecraftr:lovecraft]{lovecraftr:lovecraft}} for documentation. } -\examples{ -lovecraft_corpus() +\seealso{ +\code{\link[lovecraftr:lovecraft]{lovecraftr:lovecraft}} } diff --git a/man/medusas_coil.Rd b/man/medusas_coil.Rd index 83b3f51..f432d08 100644 --- a/man/medusas_coil.Rd +++ b/man/medusas_coil.Rd @@ -3,7 +3,7 @@ \docType{data} \name{medusas_coil} \alias{medusas_coil} -\title{Dataset of "Medusa's Coil"} +\title{"Medusa's Coil"} \format{ A character vector with 1,443 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/m data(medusas_coil) } \description{ -A dataset containing text of H. P. Lovecraft's "Medusa's Coil" +A dataset containing text of H. P. Lovecraft's "Medusa's Coil". } \keyword{datasets} \keyword{short} diff --git a/man/memory.Rd b/man/memory.Rd index d600262..53014b3 100644 --- a/man/memory.Rd +++ b/man/memory.Rd @@ -3,7 +3,7 @@ \docType{data} \name{memory} \alias{memory} -\title{Dataset of "Memory"} +\title{"Memory"} \format{ A character vector with 31 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/m data(memory) } \description{ -A dataset containing text of H. P. Lovecraft's "Memory" +A dataset containing text of H. P. Lovecraft's "Memory". } \keyword{datasets} \keyword{short} diff --git a/man/nyarlathotep.Rd b/man/nyarlathotep.Rd index 165e7f8..712e959 100644 --- a/man/nyarlathotep.Rd +++ b/man/nyarlathotep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{nyarlathotep} \alias{nyarlathotep} -\title{Dataset of "Nyarlathotep"} +\title{"Nyarlathotep"} \format{ A character vector with 97 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/n data(nyarlathotep) } \description{ -A dataset containing text of H. P. Lovecraft's "Nyarlathotep" +A dataset containing text of H. P. Lovecraft's "Nyarlathotep". } \keyword{datasets} \keyword{short} diff --git a/man/pickmans_model.Rd b/man/pickmans_model.Rd index 624464b..6933842 100644 --- a/man/pickmans_model.Rd +++ b/man/pickmans_model.Rd @@ -3,7 +3,7 @@ \docType{data} \name{pickmans_model} \alias{pickmans_model} -\title{Dataset of "Pickman's Model"} +\title{"Pickman's Model"} \format{ A character vector with 455 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/p data(pickmans_model) } \description{ -A dataset containing text of H. P. Lovecraft's "Pickman's Model" +A dataset containing text of H. P. Lovecraft's "Pickman's Model". } \keyword{datasets} \keyword{short} diff --git a/man/poetry_of_the_gods.Rd b/man/poetry_of_the_gods.Rd index ebae04a..239016b 100644 --- a/man/poetry_of_the_gods.Rd +++ b/man/poetry_of_the_gods.Rd @@ -3,7 +3,7 @@ \docType{data} \name{poetry_of_the_gods} \alias{poetry_of_the_gods} -\title{Dataset of "Poetry of the Gods"} +\title{"Poetry of the Gods"} \format{ A character vector with 157 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/p data(poetry_of_the_gods) } \description{ -A dataset containing text of H. P. Lovecraft's "Poetry of the Gods" +A dataset containing text of H. P. Lovecraft's "Poetry of the Gods". } \keyword{datasets} \keyword{short} diff --git a/man/polaris.Rd b/man/polaris.Rd index 8dde7f8..abdd0d7 100644 --- a/man/polaris.Rd +++ b/man/polaris.Rd @@ -3,7 +3,7 @@ \docType{data} \name{polaris} \alias{polaris} -\title{Dataset of "Polaris"} +\title{"Polaris"} \format{ A character vector with 129 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/p data(polaris) } \description{ -A dataset containing text of H. P. Lovecraft's "Polaris" +A dataset containing text of H. P. Lovecraft's "Polaris". } \keyword{datasets} \keyword{short} diff --git a/man/the_alchemist.Rd b/man/the_alchemist.Rd index 057b9bf..b0b9c9f 100644 --- a/man/the_alchemist.Rd +++ b/man/the_alchemist.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_alchemist} \alias{the_alchemist} -\title{Dataset of "The Alchemist"} +\title{"The Alchemist"} \format{ A character vector with 295 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_alchemist) } \description{ -A dataset containing text of H. P. Lovecraft's "The Alchemist" +A dataset containing text of H. P. Lovecraft's "The Alchemist". } \keyword{datasets} \keyword{short} diff --git a/man/the_beast_in_the_cave.Rd b/man/the_beast_in_the_cave.Rd index 4d12251..9d7d0d7 100644 --- a/man/the_beast_in_the_cave.Rd +++ b/man/the_beast_in_the_cave.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_beast_in_the_cave} \alias{the_beast_in_the_cave} -\title{Dataset of "The Beast in the Cave"} +\title{"The Beast in the Cave"} \format{ A character vector with 204 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_beast_in_the_cave) } \description{ -A dataset containing text of H. P. Lovecraft's "The Beast in the Cave" +A dataset containing text of H. P. Lovecraft's "The Beast in the Cave". } \keyword{datasets} \keyword{short} diff --git a/man/the_book.Rd b/man/the_book.Rd index f6884c6..ba5cbc0 100644 --- a/man/the_book.Rd +++ b/man/the_book.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_book} \alias{the_book} -\title{Dataset of "The Book"} +\title{"The Book"} \format{ A character vector with 95 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_book) } \description{ -A dataset containing text of H. P. Lovecraft's "The Book" +A dataset containing text of H. P. Lovecraft's "The Book". } \keyword{datasets} \keyword{short} diff --git a/man/the_call_of_cthulhu.Rd b/man/the_call_of_cthulhu.Rd index b3e43ad..2dc99f8 100644 --- a/man/the_call_of_cthulhu.Rd +++ b/man/the_call_of_cthulhu.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_call_of_cthulhu} \alias{the_call_of_cthulhu} -\title{Dataset of "The Call of Cthulhu"} +\title{"The Call of Cthulhu"} \format{ A character vector with 1,030 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_call_of_cthulhu) } \description{ -A dataset containing text of H. P. Lovecraft's "The Call of Cthulhu" +A dataset containing text of H. P. Lovecraft's "The Call of Cthulhu". } \keyword{datasets} \keyword{short} diff --git a/man/the_case_of_charles_dexter_ward.Rd b/man/the_case_of_charles_dexter_ward.Rd index ab0fbba..04a82ee 100644 --- a/man/the_case_of_charles_dexter_ward.Rd +++ b/man/the_case_of_charles_dexter_ward.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_case_of_charles_dexter_ward} \alias{the_case_of_charles_dexter_ward} -\title{Dataset of \emph{The Case of Charles Dexter Ward}} +\title{\emph{The Case of Charles Dexter Ward}} \format{ A character vector with 4,358 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_case_of_charles_dexter_ward) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Case of Charles Dexter Ward} +A dataset containing text of H. P. Lovecraft's \emph{The Case of Charles Dexter Ward}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_cats_of_ulthar.Rd b/man/the_cats_of_ulthar.Rd index c6d7992..ba6cc2a 100644 --- a/man/the_cats_of_ulthar.Rd +++ b/man/the_cats_of_ulthar.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_cats_of_ulthar} \alias{the_cats_of_ulthar} -\title{Dataset of "The Cats of Ulthar"} +\title{"The Cats of Ulthar"} \format{ A character vector with 109 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_cats_of_ulthar) } \description{ -A dataset containing text of H. P. Lovecraft's "The Cats of Ulthar" +A dataset containing text of H. P. Lovecraft's "The Cats of Ulthar". } \keyword{datasets} \keyword{short} diff --git a/man/the_colour_out_of_space.Rd b/man/the_colour_out_of_space.Rd index 148363b..66ebb19 100644 --- a/man/the_colour_out_of_space.Rd +++ b/man/the_colour_out_of_space.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_colour_out_of_space} \alias{the_colour_out_of_space} -\title{Dataset of "The Colour Out of Space"} +\title{"The Colour Out of Space"} \format{ A character vector with 967 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_colour_out_of_space) } \description{ -A dataset containing text of H. P. Lovecraft's "The Colour Out of Space" +A dataset containing text of H. P. Lovecraft's "The Colour Out of Space". } \keyword{datasets} \keyword{short} diff --git a/man/the_crawling_chaos.Rd b/man/the_crawling_chaos.Rd index 0e97e91..08534c1 100644 --- a/man/the_crawling_chaos.Rd +++ b/man/the_crawling_chaos.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_crawling_chaos} \alias{the_crawling_chaos} -\title{Dataset of "The Crawling Chaos"} +\title{"The Crawling Chaos"} \format{ A character vector with 234 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_crawling_chaos) } \description{ -A dataset containing text of H. P. Lovecraft's "The Crawling Chaos" +A dataset containing text of H. P. Lovecraft's "The Crawling Chaos". } \keyword{datasets} \keyword{short} diff --git a/man/the_descendent.Rd b/man/the_descendent.Rd index 702be65..9016d90 100644 --- a/man/the_descendent.Rd +++ b/man/the_descendent.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_descendent} \alias{the_descendent} -\title{Dataset of "The Descendant"} +\title{"The Descendant"} \format{ A character vector with 121 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_descendent) } \description{ -A dataset containing text of H. P. Lovecraft's "The Descendant" +A dataset containing text of H. P. Lovecraft's "The Descendant". } \keyword{datasets} \keyword{short} diff --git a/man/the_doom_that_came_to_sarnath.Rd b/man/the_doom_that_came_to_sarnath.Rd index 943b414..1adb7b0 100644 --- a/man/the_doom_that_came_to_sarnath.Rd +++ b/man/the_doom_that_came_to_sarnath.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_doom_that_came_to_sarnath} \alias{the_doom_that_came_to_sarnath} -\title{Dataset of "The Doom that Came to Sarnath"} +\title{"The Doom that Came to Sarnath"} \format{ A character vector with 218 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_doom_that_came_to_sarnath) } \description{ -A dataset containing text of H. P. Lovecraft's "The Doom that Came to Sarnath" +A dataset containing text of H. P. Lovecraft's "The Doom that Came to Sarnath". } \keyword{datasets} \keyword{short} diff --git a/man/the_dream_quest_of_unknown_kadath.Rd b/man/the_dream_quest_of_unknown_kadath.Rd index 49bf877..1468576 100644 --- a/man/the_dream_quest_of_unknown_kadath.Rd +++ b/man/the_dream_quest_of_unknown_kadath.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_dream_quest_of_unknown_kadath} \alias{the_dream_quest_of_unknown_kadath} -\title{Dataset of \emph{The Dream Quest of Unknown Kadath}} +\title{\emph{The Dream Quest of Unknown Kadath}} \format{ A character vector with 3,475 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_dream_quest_of_unknown_kadath) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Dream Quest of Unknown Kadath} +A dataset containing text of H. P. Lovecraft's \emph{The Dream Quest of Unknown Kadath}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_dunwich_horror.Rd b/man/the_dunwich_horror.Rd index c0d468b..1cfa337 100644 --- a/man/the_dunwich_horror.Rd +++ b/man/the_dunwich_horror.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_dunwich_horror} \alias{the_dunwich_horror} -\title{Dataset of \emph{The Dunwich Horror}} +\title{\emph{The Dunwich Horror}} \format{ A character vector with 1,533 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_dunwich_horror) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Dunwich Horror} +A dataset containing text of H. P. Lovecraft's \emph{The Dunwich Horror}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_evil_clergyman.Rd b/man/the_evil_clergyman.Rd index 7b8bfdc..95bc74c 100644 --- a/man/the_evil_clergyman.Rd +++ b/man/the_evil_clergyman.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_evil_clergyman} \alias{the_evil_clergyman} -\title{Dataset of "The Evil Clergyman"} +\title{"The Evil Clergyman"} \format{ A character vector with 147 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_evil_clergyman) } \description{ -A dataset containing text of H. P. Lovecraft's "The Evil Clergyman" +A dataset containing text of H. P. Lovecraft's "The Evil Clergyman". } \keyword{datasets} \keyword{short} diff --git a/man/the_festival.Rd b/man/the_festival.Rd index 07ef2e1..d1ee4f6 100644 --- a/man/the_festival.Rd +++ b/man/the_festival.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_festival} \alias{the_festival} -\title{Dataset of "The Festival"} +\title{"The Festival"} \format{ A character vector with 303 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_festival) } \description{ -A dataset containing text of H. P. Lovecraft's "The Festival" +A dataset containing text of H. P. Lovecraft's "The Festival". } \keyword{datasets} \keyword{short} diff --git a/man/the_haunter_of_the_dark.Rd b/man/the_haunter_of_the_dark.Rd index b3e3611..2635a15 100644 --- a/man/the_haunter_of_the_dark.Rd +++ b/man/the_haunter_of_the_dark.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_haunter_of_the_dark} \alias{the_haunter_of_the_dark} -\title{Dataset of "The Haunter of the Dark"} +\title{"The Haunter of the Dark"} \format{ A character vector with 828 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_haunter_of_the_dark) } \description{ -A dataset containing text of H. P. Lovecraft's "The Haunter of the Dark" +A dataset containing text of H. P. Lovecraft's "The Haunter of the Dark". } \keyword{datasets} \keyword{short} diff --git a/man/the_horror_at_martins_beach.Rd b/man/the_horror_at_martins_beach.Rd index be0a410..786ae77 100644 --- a/man/the_horror_at_martins_beach.Rd +++ b/man/the_horror_at_martins_beach.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_horror_at_martins_beach} \alias{the_horror_at_martins_beach} -\title{Dataset of "The Horror at Martin's Beach"} +\title{"The Horror at Martin's Beach"} \format{ A character vector with 225 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_horror_at_martins_beach) } \description{ -A dataset containing text of H. P. Lovecraft's "The Horror at Martin's Beach" +A dataset containing text of H. P. Lovecraft's "The Horror at Martin's Beach". } \keyword{datasets} \keyword{short} diff --git a/man/the_horror_at_redhook.Rd b/man/the_horror_at_redhook.Rd index c40aab8..d52f4bc 100644 --- a/man/the_horror_at_redhook.Rd +++ b/man/the_horror_at_redhook.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_horror_at_redhook} \alias{the_horror_at_redhook} -\title{Dataset of "The Horror at Red Hook"} +\title{"The Horror at Red Hook"} \format{ A character vector with 702 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_horror_at_redhook) } \description{ -A dataset containing text of H. P. Lovecraft's "The Horror at Red Hook" +A dataset containing text of H. P. Lovecraft's "The Horror at Red Hook". } \keyword{datasets} \keyword{short} diff --git a/man/the_hound.Rd b/man/the_hound.Rd index 16546d4..18d4c01 100644 --- a/man/the_hound.Rd +++ b/man/the_hound.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_hound} \alias{the_hound} -\title{Dataset of "The Hound"} +\title{"The Hound"} \format{ A character vector with 266 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_hound) } \description{ -A dataset containing text of H. P. Lovecraft's "The Hound" +A dataset containing text of H. P. Lovecraft's "The Hound". } \keyword{datasets} \keyword{short} diff --git a/man/the_lurking_fear.Rd b/man/the_lurking_fear.Rd index c7e9969..6469bcc 100644 --- a/man/the_lurking_fear.Rd +++ b/man/the_lurking_fear.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_lurking_fear} \alias{the_lurking_fear} -\title{Dataset of "The Lurking Fear"} +\title{"The Lurking Fear"} \format{ A character vector with 656 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_lurking_fear) } \description{ -A dataset containing text of H. P. Lovecraft's "The Lurking Fear" +A dataset containing text of H. P. Lovecraft's "The Lurking Fear". } \keyword{datasets} \keyword{short} diff --git a/man/the_moon_bog.Rd b/man/the_moon_bog.Rd index 0c75324..808ae38 100644 --- a/man/the_moon_bog.Rd +++ b/man/the_moon_bog.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_moon_bog} \alias{the_moon_bog} -\title{Dataset of "The Moon Bog"} +\title{"The Moon Bog"} \format{ A character vector with 266 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_moon_bog) } \description{ -A dataset containing text of H. P. Lovecraft's "The Moon Bog" +A dataset containing text of H. P. Lovecraft's "The Moon Bog". } \keyword{datasets} \keyword{short} diff --git a/man/the_music_of_erich_zann.Rd b/man/the_music_of_erich_zann.Rd index d00a519..96eab20 100644 --- a/man/the_music_of_erich_zann.Rd +++ b/man/the_music_of_erich_zann.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_music_of_erich_zann} \alias{the_music_of_erich_zann} -\title{Dataset of "The Music of Erich Zann"} +\title{"The Music of Erich Zann"} \format{ A character vector with 285 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_music_of_erich_zann) } \description{ -A dataset containing text of H. P. Lovecraft's "The Music of Erich Zann" +A dataset containing text of H. P. Lovecraft's "The Music of Erich Zann". } \keyword{datasets} \keyword{short} diff --git a/man/the_nameless_city.Rd b/man/the_nameless_city.Rd index 469f11e..a6f3274 100644 --- a/man/the_nameless_city.Rd +++ b/man/the_nameless_city.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_nameless_city} \alias{the_nameless_city} -\title{Dataset of "The Nameless City"} +\title{"The Nameless City"} \format{ A character vector with 418 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_nameless_city) } \description{ -A dataset containing text of H. P. Lovecraft's "The Nameless City" +A dataset containing text of H. P. Lovecraft's "The Nameless City". } \keyword{datasets} \keyword{short} diff --git a/man/the_other_gods.Rd b/man/the_other_gods.Rd index 60ec1e3..379e64a 100644 --- a/man/the_other_gods.Rd +++ b/man/the_other_gods.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_other_gods} \alias{the_other_gods} -\title{Dataset of "The Other Gods"} +\title{"The Other Gods"} \format{ A character vector with 160 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_other_gods) } \description{ -A dataset containing text of H. P. Lovecraft's "The Other Gods" +A dataset containing text of H. P. Lovecraft's "The Other Gods". } \keyword{datasets} \keyword{short} diff --git a/man/the_outsider.Rd b/man/the_outsider.Rd index 541202d..7c7ab4f 100644 --- a/man/the_outsider.Rd +++ b/man/the_outsider.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_outsider} \alias{the_outsider} -\title{Dataset of "The Outsider"} +\title{"The Outsider"} \format{ A character vector with 213 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_outsider) } \description{ -A dataset containing text of H. P. Lovecraft's "The Outsider" +A dataset containing text of H. P. Lovecraft's "The Outsider". } \keyword{datasets} \keyword{short} diff --git a/man/the_picture_in_the_house.Rd b/man/the_picture_in_the_house.Rd index a8d591b..7fd6f31 100644 --- a/man/the_picture_in_the_house.Rd +++ b/man/the_picture_in_the_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_picture_in_the_house} \alias{the_picture_in_the_house} -\title{Dataset of "The Picture in the House"} +\title{"The Picture in the House"} \format{ A character vector with 263 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_picture_in_the_house) } \description{ -A dataset containing text of H. P. Lovecraft's "The Picture in the House" +A dataset containing text of H. P. Lovecraft's "The Picture in the House". } \keyword{datasets} \keyword{short} diff --git a/man/the_quest_of_iranon.Rd b/man/the_quest_of_iranon.Rd index c6ee0b5..153db67 100644 --- a/man/the_quest_of_iranon.Rd +++ b/man/the_quest_of_iranon.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_quest_of_iranon} \alias{the_quest_of_iranon} -\title{Dataset of "The Quest of Iranon"} +\title{"The Quest of Iranon"} \format{ A character vector with 215 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_quest_of_iranon) } \description{ -A dataset containing text of H. P. Lovecraft's "The Quest of Iranon" +A dataset containing text of H. P. Lovecraft's "The Quest of Iranon". } \keyword{datasets} \keyword{short} diff --git a/man/the_rats_in_the_walls.Rd b/man/the_rats_in_the_walls.Rd index c711d2a..be07e35 100644 --- a/man/the_rats_in_the_walls.Rd +++ b/man/the_rats_in_the_walls.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_rats_in_the_walls} \alias{the_rats_in_the_walls} -\title{Dataset of "The Rats in the Walls"} +\title{"The Rats in the Walls"} \format{ A character vector with 691 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_rats_in_the_walls) } \description{ -A dataset containing text of H. P. Lovecraft's "The Rats in the Walls" +A dataset containing text of H. P. Lovecraft's "The Rats in the Walls". } \keyword{datasets} \keyword{short} diff --git a/man/the_shadow_out_of_time.Rd b/man/the_shadow_out_of_time.Rd index 434d273..b7eba8c 100644 --- a/man/the_shadow_out_of_time.Rd +++ b/man/the_shadow_out_of_time.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shadow_out_of_time} \alias{the_shadow_out_of_time} -\title{Dataset of \emph{The Shadow Out of Time}} +\title{\emph{The Shadow Out of Time}} \format{ A character vector with 2,529 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_shadow_out_of_time) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Shadow Out of Time} +A dataset containing text of H. P. Lovecraft's \emph{The Shadow Out of Time}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_shadow_over_innsmouth.Rd b/man/the_shadow_over_innsmouth.Rd index e8540e2..4db65c4 100644 --- a/man/the_shadow_over_innsmouth.Rd +++ b/man/the_shadow_over_innsmouth.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shadow_over_innsmouth} \alias{the_shadow_over_innsmouth} -\title{Dataset of \emph{The Shadow Over Innsmouth}} +\title{\emph{The Shadow Over Innsmouth}} \format{ A character vector with 2,318 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_shadow_over_innsmouth) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Shadow Over Innsmouth} +A dataset containing text of H. P. Lovecraft's \emph{The Shadow Over Innsmouth}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_shunned_house.Rd b/man/the_shunned_house.Rd index b5de5fd..dc7460e 100644 --- a/man/the_shunned_house.Rd +++ b/man/the_shunned_house.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_shunned_house} \alias{the_shunned_house} -\title{Dataset of "The Shunned House"} +\title{"The Shunned House"} \format{ A character vector with 916 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_shunned_house) } \description{ -A dataset containing text of H. P. Lovecraft's "The Shunned House" +A dataset containing text of H. P. Lovecraft's "The Shunned House". } \keyword{datasets} \keyword{short} diff --git a/man/the_silver_key.Rd b/man/the_silver_key.Rd index 79e3c02..91c2388 100644 --- a/man/the_silver_key.Rd +++ b/man/the_silver_key.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_silver_key} \alias{the_silver_key} -\title{Dataset of "The Silver Key"} +\title{"The Silver Key"} \format{ A character vector with 404 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_silver_key) } \description{ -A dataset containing text of H. P. Lovecraft's "The Silver Key" +A dataset containing text of H. P. Lovecraft's "The Silver Key". } \keyword{datasets} \keyword{short} diff --git a/man/the_statement_of_randolph_carter.Rd b/man/the_statement_of_randolph_carter.Rd index 3bcbabd..0e06c23 100644 --- a/man/the_statement_of_randolph_carter.Rd +++ b/man/the_statement_of_randolph_carter.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_statement_of_randolph_carter} \alias{the_statement_of_randolph_carter} -\title{Dataset of "The Statement of Randolph Carter"} +\title{"The Statement of Randolph Carter"} \format{ A character vector with 221 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_statement_of_randolph_carter) } \description{ -A dataset containing text of H. P. Lovecraft's "The Statement of Randolph Carter" +A dataset containing text of H. P. Lovecraft's "The Statement of Randolph Carter". } \keyword{datasets} \keyword{short} diff --git a/man/the_strange_high_house_in_the_mist.Rd b/man/the_strange_high_house_in_the_mist.Rd index acabade..19ba6d9 100644 --- a/man/the_strange_high_house_in_the_mist.Rd +++ b/man/the_strange_high_house_in_the_mist.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_strange_high_house_in_the_mist} \alias{the_strange_high_house_in_the_mist} -\title{Dataset of "The Strange High House in the Mist"} +\title{"The Strange High House in the Mist"} \format{ A character vector with 289 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_strange_high_house_in_the_mist) } \description{ -A dataset containing text of H. P. Lovecraft's "The Strange High House in the Mist" +A dataset containing text of H. P. Lovecraft's "The Strange High House in the Mist". } \keyword{datasets} \keyword{short} diff --git a/man/the_street.Rd b/man/the_street.Rd index 55c9cb3..cfdd020 100644 --- a/man/the_street.Rd +++ b/man/the_street.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_street} \alias{the_street} -\title{Dataset of "The Street"} +\title{"The Street"} \format{ A character vector with 183 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_street) } \description{ -A dataset containing text of H. P. Lovecraft's "The Street" +A dataset containing text of H. P. Lovecraft's "The Street". } \keyword{datasets} \keyword{short} diff --git a/man/the_temple.Rd b/man/the_temple.Rd index ed94baf..867dc47 100644 --- a/man/the_temple.Rd +++ b/man/the_temple.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_temple} \alias{the_temple} -\title{Dataset of "The Temple"} +\title{"The Temple"} \format{ A character vector with 450 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_temple) } \description{ -A dataset containing text of H. P. Lovecraft's "The Temple" +A dataset containing text of H. P. Lovecraft's "The Temple". } \keyword{datasets} \keyword{short} diff --git a/man/the_terrible_old_man.Rd b/man/the_terrible_old_man.Rd index 41d9fd2..16914d0 100644 --- a/man/the_terrible_old_man.Rd +++ b/man/the_terrible_old_man.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_terrible_old_man} \alias{the_terrible_old_man} -\title{Dataset of "The Terrible Old Man"} +\title{"The Terrible Old Man"} \format{ A character vector with 87 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_terrible_old_man) } \description{ -A dataset containing text of H. P. Lovecraft's "The Terrible Old Man" +A dataset containing text of H. P. Lovecraft's "The Terrible Old Man". } \keyword{datasets} \keyword{short} diff --git a/man/the_thing_on_the_doorstep.Rd b/man/the_thing_on_the_doorstep.Rd index ec95519..89f5162 100644 --- a/man/the_thing_on_the_doorstep.Rd +++ b/man/the_thing_on_the_doorstep.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_thing_on_the_doorstep} \alias{the_thing_on_the_doorstep} -\title{Dataset of "The Thing on the Doorstep"} +\title{"The Thing on the Doorstep"} \format{ A character vector with 931 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_thing_on_the_doorstep) } \description{ -A dataset containing text of H. P. Lovecraft's "The Thing on the Doorstep" +A dataset containing text of H. P. Lovecraft's "The Thing on the Doorstep". } \keyword{datasets} \keyword{short} diff --git a/man/the_tomb.Rd b/man/the_tomb.Rd index b06129e..88baf0a 100644 --- a/man/the_tomb.Rd +++ b/man/the_tomb.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_tomb} \alias{the_tomb} -\title{Dataset of "The Tomb"} +\title{"The Tomb"} \format{ A character vector with 366 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_tomb) } \description{ -A dataset containing text of H. P. Lovecraft's "The Tomb" +A dataset containing text of H. P. Lovecraft's "The Tomb". } \keyword{datasets} \keyword{short} diff --git a/man/the_transition_of_juan_romero.Rd b/man/the_transition_of_juan_romero.Rd index e766b59..3db52e1 100644 --- a/man/the_transition_of_juan_romero.Rd +++ b/man/the_transition_of_juan_romero.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_transition_of_juan_romero} \alias{the_transition_of_juan_romero} -\title{Dataset of "The Transition of Juan Romero"} +\title{"The Transition of Juan Romero"} \format{ A character vector with 234 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_transition_of_juan_romero) } \description{ -A dataset containing text of H. P. Lovecraft's "The Transition of Juan Romero" +A dataset containing text of H. P. Lovecraft's "The Transition of Juan Romero". } \keyword{datasets} \keyword{short} diff --git a/man/the_tree.Rd b/man/the_tree.Rd index 8623977..be9fdce 100644 --- a/man/the_tree.Rd +++ b/man/the_tree.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_tree} \alias{the_tree} -\title{Dataset of "The Tree"} +\title{"The Tree"} \format{ A character vector with 127 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_tree) } \description{ -A dataset containing text of H. P. Lovecraft's "The Tree" +A dataset containing text of H. P. Lovecraft's "The Tree". } \keyword{datasets} \keyword{short} diff --git a/man/the_unnamable.Rd b/man/the_unnamable.Rd index 9efab40..2c3cfe2 100644 --- a/man/the_unnamable.Rd +++ b/man/the_unnamable.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_unnamable} \alias{the_unnamable} -\title{Dataset of "The Unnamable"} +\title{"The Unnamable"} \format{ A character vector with 239 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_unnamable) } \description{ -A dataset containing text of H. P. Lovecraft's "The Unnamable" +A dataset containing text of H. P. Lovecraft's "The Unnamable". } \keyword{datasets} \keyword{short} diff --git a/man/the_very_old_folk.Rd b/man/the_very_old_folk.Rd index ab6fecc..de3ab65 100644 --- a/man/the_very_old_folk.Rd +++ b/man/the_very_old_folk.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_very_old_folk} \alias{the_very_old_folk} -\title{Dataset of "The Very Old Folk"} +\title{"The Very Old Folk"} \format{ A character vector with 210 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_very_old_folk) } \description{ -A dataset containing text of H. P. Lovecraft's "The Very Old Folk" +A dataset containing text of H. P. Lovecraft's "The Very Old Folk". } \keyword{datasets} \keyword{short} diff --git a/man/the_whisperer_in_darkness.Rd b/man/the_whisperer_in_darkness.Rd index 6bf3a05..5d990c3 100644 --- a/man/the_whisperer_in_darkness.Rd +++ b/man/the_whisperer_in_darkness.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_whisperer_in_darkness} \alias{the_whisperer_in_darkness} -\title{Dataset of \emph{The Whisperer in Darkness}} +\title{\emph{The Whisperer in Darkness}} \format{ A character vector with 2,303 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_whisperer_in_darkness) } \description{ -A dataset containing text of H. P. Lovecraft's \emph{The Whisperer in Darkness} +A dataset containing text of H. P. Lovecraft's \emph{The Whisperer in Darkness}. } \keyword{datasets} \keyword{novella} diff --git a/man/the_white_ship.Rd b/man/the_white_ship.Rd index 5fe5ef2..3ea9bdf 100644 --- a/man/the_white_ship.Rd +++ b/man/the_white_ship.Rd @@ -3,7 +3,7 @@ \docType{data} \name{the_white_ship} \alias{the_white_ship} -\title{Dataset of "The White Ship"} +\title{"The White Ship"} \format{ A character vector with 200 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(the_white_ship) } \description{ -A dataset containing text of H. P. Lovecraft's "The White Ship" +A dataset containing text of H. P. Lovecraft's "The White Ship". } \keyword{datasets} \keyword{short} diff --git a/man/through_the_gates_of_the_silver_key.Rd b/man/through_the_gates_of_the_silver_key.Rd index 9a3d0b0..ff60c0c 100644 --- a/man/through_the_gates_of_the_silver_key.Rd +++ b/man/through_the_gates_of_the_silver_key.Rd @@ -3,7 +3,7 @@ \docType{data} \name{through_the_gates_of_the_silver_key} \alias{through_the_gates_of_the_silver_key} -\title{Dataset of "Through the Gates of the Silver Key"} +\title{"Through the Gates of the Silver Key"} \format{ A character vector with 1,305 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/t data(through_the_gates_of_the_silver_key) } \description{ -A dataset containing text of H. P. Lovecraft's "Through the Gates of the Silver Key" +A dataset containing text of H. P. Lovecraft's "Through the Gates of the Silver Key". } \keyword{datasets} \keyword{short} diff --git a/man/what_the_moon_brings.Rd b/man/what_the_moon_brings.Rd index bb42e3b..f4c44d2 100644 --- a/man/what_the_moon_brings.Rd +++ b/man/what_the_moon_brings.Rd @@ -3,7 +3,7 @@ \docType{data} \name{what_the_moon_brings} \alias{what_the_moon_brings} -\title{Dataset of "What the Moon Brings"} +\title{"What the Moon Brings"} \format{ A character vector with 60 elements, with roughly 80 characters per line. } @@ -16,7 +16,7 @@ or download the \href{https://github.com/jrdnbradford/lovecraftr/raw/main/data/w data(what_the_moon_brings) } \description{ -A dataset containing text of H. P. Lovecraft's "What the Moon Brings" +A dataset containing text of H. P. Lovecraft's "What the Moon Brings". } \keyword{datasets} \keyword{short}