authors(RMendeley)
authors()所属R语言包:RMendeley
authors Stats Method (Public Method)
作者统计方法(公共方法)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns list of top authors of given disipline or overall
返回列表顶部的作者给定的disipline或整体
用法----------Usage----------
authors(discipline = NULL, upandcoming = FALSE,
url = "http://api.mendeley.com/oapi/stats/authors/",
key = getOption("MendeleyKey", stop("need an API key for Mendeley")),
..., curl = getCurlHandle())
参数----------Arguments----------
参数:discipline
a numeric code indicating the discipline
一个数字代码表示的纪律
参数:upandcoming
logical: give recent/trending top authors only?
逻辑:给最近/仅向顶级作者的吗?
参数:url
Mendeley API URL (don't change this)
Mendeley API URL(不改变)
参数:key
Mendeley API key (otherwise will try and load from package)
Mendeley API密钥(否则会尝试加载包)
参数:curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)
如果使用在一个循环中,调用getCurlHandle(),并通过在这里的返回值(避免不必要的足迹)
参数:...
optional additional curl options (debugging tools mostly)
可选的附加卷曲选项(调试工具大多)
实例----------Examples----------
## Not run: [#不运行:]
authors()
authors(discipline="6") # Discipline "6", Computer Science[纪律“6”,计算机科学]
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|