找回密码
 注册
查看: 322|回复: 0

R语言 rplos包 searchplos()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 19:53:13 | 显示全部楼层 |阅读模式
searchplos(rplos)
searchplos()所属R语言包:rplos

                                        Base function to search PLoS Journals
                                         搜寻公共科学图书馆期刊的基本功能,

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Base function to search PLoS Journals
搜寻公共科学图书馆期刊的基本功能,


用法----------Usage----------


  searchplos(terms = NA, fields = NA, toquery = NA,
    start = 0, limit = 1000,
    url = "http://api.plos.org/search",
    key = getOption("losApiKey", stop("need an API key for PLoS Journals")),
    ..., curl = getCurlHandle())



参数----------Arguments----------

参数:terms
search terms (character)
搜索条件(字符)


参数:fields
fields to return from search (character) [e.g., 'id,title'], any combination of search fields [type 'data(plosfields)', then 'plosfields']
从搜索返回的领域(字符),例如,“ID,标题],任意组合的搜索字段[类型的数据(plosfields)”,然后“plosfields”]


参数:toquery
list specific fields to query (if NA, all queried)
列出具体的查询的字段(如果不适用,所有查询)


参数:start
record to start at (used in combination with limit when you need to cycle through more results than the max allowed=1000)
记录开始(结合使用限制,当你需要循环的结果比允许的最大= 1000)


参数:limit
number of results to return (integer)
返回的结果数(整数)


参数:url
the PLoS API url for the function (should be left to default)
公共科学图书馆应留API功能(网址为默认值)


参数:key
your PLoS API key, either enter, or loads from .Rprofile
公共科学图书馆·API键,直接输入或负载。Rprofile


参数:...
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----------

Number of search results (vis = FALSE), or number of search in a table and a histogram of results (vis = TRUE).
搜索结果(VIS = FALSE),或在一个表中的搜索结果的直方图(VIS = TRUE)数数。


实例----------Examples----------


## Not run: [#不运行:]
searchplos('ecology', 'id', limit = 2)
searchplos('ecology', 'id,publication_date', limit = 2)
searchplos('ecology', 'id', limit = 100)
searchplos('ecology', 'id,title', limit = 2)
searchplos(terms="*:*", fields='id', toquery='doc_type:full', start=0, limit=250)
searchplos(terms="*:*", fields='id', toquery='cross_published_journal_keyLoSONE', start=0, limit=250)
searchplos(terms="*:*", fields='id',
   toquery=list('cross_published_journal_keyLoSONE', 'doc_type:full'),
   start=0, limit=250)

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 08:25 , Processed in 0.020560 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表