get_comic {XKCDdata}R Documentation

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)

[Package XKCDdata version 0.1.0 Index]