formatarticleurl(rplos)
formatarticleurl()所属R语言包:rplos
Format a URL for a specific article in a specific PLoS journal.
格式化一个特定的URL在一个特定的公共科学图书馆期刊的文章。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Format a URL for a specific article in a specific PLoS journal.
格式化一个特定的URL在一个特定的公共科学图书馆期刊的文章。
用法----------Usage----------
formatarticleurl(doi, journal)
参数----------Arguments----------
参数:doi
digital object identifier for an article in PLoS Journals
在PLoS期刊的一篇文章的数字对象标识符
参数:journal
quoted journal name (character)
引用期刊名称(字符)
Details
详细信息----------Details----------
Choose the journal abbreviation, and the appropriate base URL will be inclued in the built URL. Options are: PLoSBiology, PLoSGenetics, PLoSComputationalBiology, PLoSMedicine, PLoSONE, PLoSNeglectedTropicalDiseases, or PLoSPathogens.
选择该杂志的英文缩写,和适当的基的URL将inclued在内置的URL。选项是:PLoSBiology,PLoSGenetics,PLoSComputationalBiology,PLoSMedicine,PLoSONE,PLoSNeglectedTropicalDiseases,或PLoSPathogens。
值----------Value----------
Get url for the article to use in your browser, etc.
获取URL的文章使用在您的浏览器等。
实例----------Examples----------
## Not run: [#不运行:]
formatarticleurl("10.1371/journal.pone.0004045", 'PLoSONE')
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|