readGmane(tm)
readGmane()所属R语言包:tm
Read In a Gmane RSS Feed
阅读,在一个Gmane的RSS饲料
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read in a <acronym>RSS</acronym> feed as returned by Gmane for mailing lists.
阅读在<acronym> RSS </首字母缩写“>”,饲料的邮件列表返回Gmane。
用法----------Usage----------
readGmane(elem, language, id)
参数----------Arguments----------
参数:elem
A list with the named element content which must hold the document to be read in.
Alist命名的元素content必须持有文件被读入。
参数:language
A character vector giving the text's language.
Acharacter矢量提供的文本的语言。
参数:id
A character vector representing a unique identification string for the returned text document.
Acharacter向量,代表一个独特的标识字符串,返回的文本文件。
值----------Value----------
A PlainTextDocument.
APlainTextDocument。
(作者)----------Author(s)----------
Ingo Feinerer
参见----------See Also----------
getReaders to list available reader functions.
getReaders列出可用的阅读器功能。
实例----------Examples----------
## Not run: [#不运行:]
gs <- GmaneSource(url("http://rss.gmane.org/gmane.comp.lang.r.general"))
elem <- getElem(stepNext(gs))
(gmane <- readGmane(elem, language = "en", id = "id1"))
meta(gmane)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|