Description Usage Arguments Value Examples
To avoid downloading and reading the J! Archive over and over, this function can be used to return an HTML document from one of four types of input:
Game ID (6304)
Show number ("#8006")
Air date ("2019-06-03")
HTML document itself
1 | whatr_html(x, out = c("showgame", "showscores"))
|
x |
Any kind of J! Archive game identifier. |
out |
One of "showscores" or "showgame" used for |
A J! Archive html_document
.
1 2 3 | whatr_html(x = 6304, out = "showscores")
whatr_html(x = "2019-06-03", out = "showgame")
whatr_html("#8006", "showgame") %>% whatr_clues()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.