Description
Get XKCD Comic from R.
Description
Visualize your favorite XKCD comic strip directly from R. XKCD <https://xkcd.com> web comic content is provided under the Creative Commons Attribution-NonCommercial 2.5 License.
README.md
RXKCD
Authors: Paolo Sonego, Mikko Korpela
License:GPL-2.0
Status: Stable
Description
Wrapper for accessing XKCD comics from R
Installation
The CRAN version can be retrieved with:
install.packages("RXKCD")
The latest version can be obtained via:
devtools::install_github("onertipaday/RXKCD")
Usage
library(RXKCD)
searchXKCD("significant")
getXKCD(882)