knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Welcome to Night Vale is a twice-monthly podcast in the style of community updates for the small desert town of Night Vale, with heavy themes of surreal humor and horror. A key and recurring part of the show is "Today's Proverb". This package provides the metadata and proverb for each episode as a dataset, in addition to a function to return a nicely formatted proverb to the console.
This package is a GitHub only package, and can be installed using:
``` {r, eval = FALSE}
devtools::install_github("mcguinlu/nightvale")
## Usage ### Access the data ```r library(nightvale) head(proverb_data)
proverb()
proverb(22)
The Welcome to Night Vale podcast continues to release a new show every two weeks. In order to capture the proverbs from these new episodes, this project also contains a GitHub Action that automatically re-scrapes the community-maintained table of proverbs every week. When new proverbs are identified, the proverb dataset included as part of this package is updated.
To get the most up-to-date version of the proverb dataset, simply re-install the package using:
{r, eval = FALSE}
devtools::install_github("mcguinlu/nightvale")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.