searchXKCD: Search your favorite XKCD comic strip by title/transcript

Description Usage Arguments Value References Examples

View source: R/getXKCD.R

Description

This function uses grep to inspect the title and transcript for all the occurrences of a specified string and returns a data.frame with both the number and the title of the XKCD comic strips.

Usage

1
searchXKCD(which = "significant")

Arguments

which

string.

Value

a data.frame containing the following fields:

References

https://xkcd.com/license.html

Examples

1
2
3
4
5
## Not run: 
library("RXKCD")
searchXKCD(which="significant")
searchXKCD(which="someone is wrong") 
## End(Not run)

RXKCD documentation built on Feb. 24, 2020, 9:07 a.m.