Last data update: 2014.03.03

R: Search your favorite XKCD comic strip by title/trascript
searchXKCDR Documentation

Search your favorite XKCD comic strip by title/trascript

Description

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

Usage

  searchXKCD(which = "significant")

Arguments

which

string.

Value

a data.frame containing the following fields:

  • num The num of the XKCD comic strip

  • title The title of the XKCD comic strip

References

http://xkcd.com/license.html

Examples

## Not run: 
library("RXKCD")
searchXKCD(which="significant")
searchXKCD(which="someone is wrong")

## End(Not run)

Results