almplosallviews(rplos)
almplosallviews()所属R语言包:rplos
Get PLoS altmetrics as xml, json, or csv.
公共科学图书馆altmetrics XML,JSON或CSV。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get PLoS altmetrics as xml, json, or csv.
公共科学图书馆altmetrics XML,JSON或CSV。
用法----------Usage----------
almplosallviews(doi, source_ = NA, citations = FALSE,
history = FALSE, downform = NA, sleep = 0,
url = "http://alm.plos.org/articles",
key = getOption("PlosApiKey", stop("need an API key for PLoS Journals")),
..., curl = getCurlHandle())
参数----------Arguments----------
参数:doi
digital object identifier for an article in PLoS Journals
在PLoS期刊的一篇文章的数字对象标识符
参数:source_
source, one of counter, mpc, pubmed, crossref, scopus, wos, citeulike, nature, researchblogging, connotea, bloglines, postgenomic
源,一个的:计数器,MPC,医学,[SCOPUS,WOS,citeulike,自然,researchblogging,connotea,的Bloglines,后基因组
参数:citations
include the individual citing document URIs, grouped by source (logical)
包括个人援引文件的URI,分组的源(逻辑)
参数:history
include a historical record of citation counts per month (cumulative), grouped by source (logical)
包括每月的引用计数(累计)的历史记录,分组的源(逻辑)
参数:downform
download format (json, xml or csv)
下载格式(JSON,XML或CSV)
参数:sleep
Time (in seconds) before function sends API call - defaults to zero. Set to higher number if you are using this function in a loop with many API calls.
前函数发送的时间(以秒为单位)API调用 - 默认为零。如果你在一个循环中有许多API调用中使用此功能设置为较高的数字。
参数:key
your PLoS API key, either enter, or loads from .Rprofile
公共科学图书馆·API键,直接输入或负载。Rprofile
参数:url
the PLoS API url for the function (should be left to default)
公共科学图书馆应留API功能(网址为默认值)
参数:...
optional additional curl options (debugging tools mostly)
可选的附加卷曲选项(调试工具大多)
参数:curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)
如果使用在一个循环中,调用getCurlHandle(),并通过在这里的返回值(避免不必要的足迹)
值----------Value----------
PLoS altmetrics as xml, json, or csv.
如XML,JSON或CSV公共科学图书馆altmetrics。
实例----------Examples----------
## Not run: [#不运行:]
almplosallviews('10.1371/journal.pbio.0000012', 'counter', T, T, 'xml')
almplosallviews('10.1371/journal.pbio.0000012', 'crossref', F, F, 'json')
almplosallviews('10.1371/journal.pbio.0000012', 'citeulike', F, F, 'json')
almplosallviews('10.1371/journal.pone.0002554', 'facebook', T, T, 'json')
almplosallviews('10.1371/journal.pone.0002554', 'mendeley', F, T, 'json')
# DOI that does not work, gives NA so that looping isn't interrupted[DOI不能正常工作,给出了NA,使循环不中断]
almplosallviews("10.1371/journal.pone.002699", 'citeulike', F, F, 'json')
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|