Package 'XKCDdata'

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

Help Index


Get XKCD Comic Data

Description

Download data from individual XKCD comics from <https://xkcd.com/>.

Usage

get_comic(comic = NULL)

Arguments

comic

integer. Comic number.

Value

a tibble with comic data

Examples

## Not run: get_comic(comic = 614)