searchXKCD {RXKCD} | R Documentation |
Search your favorite XKCD comic strip by title/transcript
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
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
Examples
## Not run:
library("RXKCD")
searchXKCD(which="significant")
searchXKCD(which="someone is wrong")
## End(Not run)
[Package RXKCD version 1.9.2 Index]