readFactiva(tm.plugin.factiva)
readFactiva()所属R语言包:tm.plugin.factiva
Read in a Factiva article in XML or HTML formats
XML或HTML格式的读入一个Factiva的文章
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read in an article exported from Factiva in <acronym>XML</acronym> or <acronym>HTML</acronym> formats.
阅读的一篇文章中,从Factiva的出口<acronym>XML </首字母缩写或<acronym>HTML </首字母缩写格式。
用法----------Usage----------
readFactivaXML(elem, language, id)
readFactivaHTML(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. If set to NA, the language will automatically be set to the value reported in the document (which is usually correct).
Acharacter矢量提供的文本的语言。如果设置为NA,语言会自动被设置在文件中报告的值(这通常是正确的)。
参数:id
A character vector representing a unique identification string for the returned text document.
Acharacter向量,代表一个独特的标识字符串,返回的文本文件。
值----------Value----------
A PlainTextDocument with the contents of the article and the available meta-data set.
APlainTextDocument的文章和元数据集的内容。
(作者)----------Author(s)----------
Milan Bouchet-Valat
参见----------See Also----------
getReaders to list available reader functions.
getReaders列出可用的阅读器功能。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|