Learn R Programming

XKCDdata (version 0.1.0)

get_comic: 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

Run this code
# NOT RUN {
get_comic(comic = 614)
# }

Run the code above in your browser using DataLab