Title: | Get XKCD Comic Data |
---|---|
Description: | Download data from individual XKCD comics, written by Randall Munroe <https://xkcd.com/>. |
Authors: | Robert Myles McDonnell [aut, cre], Colin Fay [ctb], Randall Munroe [cph] |
Maintainer: | Robert Myles McDonnell <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-11-08 06:17:33 UTC |
Source: | CRAN |
Download data from individual XKCD comics from <https://xkcd.com/>.
get_comic(comic = NULL)
get_comic(comic = NULL)
comic |
|
a tibble with comic data
## Not run: get_comic(comic = 614)
## Not run: get_comic(comic = 614)
Print an XKCD comic in your default Viewer
print_xkcd(comic)
print_xkcd(comic)
comic |
|
the xkcd comic in your default Viewer
## Not run: print_xkcd(comic = 12)
## Not run: print_xkcd(comic = 12)