rplos provides a wrapper to the PLoS Search API and the Article-Level metrics API. More information about each function can be found in its help documentation.
rplos公共科学图书馆搜索API和第三级指标API提供了一个包装。关于各功能的更多信息,可以发现在其帮助文档。
Details
详细信息----------Details----------
rplos functions
rplos功能
Most rplos functions make web calls (using the RCurl package), and either parse xml (using the XML package) or json (using the RJSONIO package) results.
,大多数rplos功能使网络呼叫(使用RCurl包),并解析XML(使用XML包)或JSON(使用RJSONIO包)的结果。
PLoS API keys
公共科学图书馆·API密钥
Get your PLoS API key here: http://api.plos.org/. Put your API key in your .Rprofile file by adding options(PlosApiKey = "YOURPLOSAPIKEY"), and the functions within this package will be able to use your API key without you having to enter it every time you run a search. rplos tutorial at rOpenSci website here: http://ropensci.org/tutorials/rplos-tutorial/
获取公共科学图书馆·API密钥在这里“:”http://api.plos.org/“。在加上options(PlosApiKey = "YOURPLOSAPIKEY"),在这个包的功能将能够使用您的API密钥,没有你进入它每次运行一个搜索把您的API密钥。Rprofile文件。 rplos教程在这里rOpenSci网站:http://ropensci.org/tutorials/rplos-tutorial/
Tutorials
教程
See the rOpenSci website for a tutorial: http://ropensci.org/tutorials/rplos-tutorial/
请参阅rOpenSci网站的一个教程:http://ropensci.org/tutorials/rplos-tutorial/