library(knitr) knitr::opts_chunk$set( warning = FALSE, message = FALSE, error = FALSE, collapse = TRUE, comment = "#>", out.width = "100%", fig.path = "man/figures/README-", fig.width = 10, dpi = 300 ) if (!interactive()) { options(width = 99) }

This R package was made to facilitate the analysis of game show data by scraping the J! Archive.
What is... whatr?
The release version of 'whatr' can be installed from CRAN:
install.packages("whatr")
You can install the development version of 'whatr' from GitHub with:
# install.packages("remotes") remotes::install_github("kiernann/whatr")
The whatr_*() functions take one of four inputs to find the appropriate
game on the J! Archive:
whatr_html() or similar.#.yyyy-mm-dd.library(whatr) page <- whatr_html("2019-06-03") whatr_board(page)[, 5:7] whatr_scores(6304) whatr_plot("#8006")
Included in this package is data on the 217 episodes of the show's 35th season.
whatr::episodes whatr::synopses
The 'whatr' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to its terms.
The J! Archive is created by fans, for fans. The Jeopardy! game show and all elements thereof, including but not limited to copyright and trademark thereto, are the property of Jeopardy Productions, Inc. and are protected under law. This package is not affiliated with, sponsored by, or operated by Jeopardy Productions, Inc or the J! Archive itself.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.