Search your favorite XKCD comic strip by title/trascript
搜索您最喜爱的XKCD漫画的标题/ trascript的
译者:生物统计家园网 机器人LoveR
描述----------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.
此功能使用grep来检查指定的字符串中出现的所有的的标题和trascript为返回一个数据框的数量和XKCD漫画的标题。
用法----------Usage----------
searchXKCD(which = "significant")
参数----------Arguments----------
参数:which
string.
字符串。
值----------Value----------
a data.frame containing the following fields:
数据框包含以下字段:
num The num of the XKCD comic strip
民的民XKCD漫画
title The
标题的
参考文献----------References----------
实例----------Examples----------
## Not run: [#不运行:]
library("RXKCD")
searchXKCD(which="significant")
searchXKCD(which="someone is wrong")