getPMInfo(annotate)
getPMInfo()所属R语言包:annotate
extract publication details and abstract from annotate::pubmed function output
提取出版物的细节和抽象的注释::医学机能输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
extract publication details and abstract from annotate::pubmed function output
提取出版物的细节和抽象的注释::医学机能输出
用法----------Usage----------
getPMInfo(x)
参数----------Arguments----------
参数:x
an object of class xmlDocument; assumed to be result of a pubmed() call
的XmlDocument类的对象;假设是一个医学(结果)调用
Details
详情----------Details----------
uses xmlDOMApply to extract and structure key features of the XML tree returned by annotate::pubmed()
,使用xmlDOMApply提取和结构注释返回的XML树::期刊(主要功能)
值----------Value----------
a list with one element per pubmed id processed by pubmed. Each element of the list is in turn a list with elements for author list, title, journal info, and abstract text.
医学处理每一个医学ID元素的列表。列表中的每个元素是打开作者列表,标题,log信息,和抽象的文字元素的列表。
注意----------Note----------
this should be turned into a method returning an instance of
这应该成为一个返回一个实例的方法
作者(S)----------Author(s)----------
Vince Carey <stvjc@channing.harvard.edu>
举例----------Examples----------
demo <- pubmed("11780146",
"11886385", "11884611")
getPMInfo(demo)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|