citEntry(utils)
citEntry()所属R语言包:utils
Bibliography Entries (Older Interface)
参考书目条目(旧界面)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functionality for specifying bibliographic information in enhanced BibTeX style.
增强的BibTEX风格指定书目信息的功能。
用法----------Usage----------
citEntry(entry, textVersion, header = NULL, footer = NULL, ...)
citHeader(...)
citFooter(...)
参数----------Arguments----------
参数:entry
a character string with a BibTeX entry type. See section Entry Types in bibentry for details.
用的BibTEX条目类型的字符串。 bibentry详情,请参阅第项类型。
参数:textVersion
a character string with a text representation of the reference.
与一个参考的文字表示的字符串。
参数:header
a character string with optional header text.
一个可选的标题文本的字符串。
参数:footer
a character string with optional footer text.
一个可选的页脚文本字符串。
参数:...
for citEntry, arguments of the form <VAR>tag</VAR>=<VAR>value</VAR> giving the fields of the entry, with <VAR>tag</VAR> and <VAR>value</VAR> the name and value of the field, respectively. See section Entry Fields in bibentry for details. For citHeader and citFooter, character strings.
citEntry,参数的形式<VAR>tag</VAR>=<VAR>value</VAR>给<VAR>标签的条目领域,</无功>和<VAR>值</ VAR的名称和字段的值,分别。 bibentry详情,请参见条目字段。 citHeader和citFooter,字符串。
值----------Value----------
citEntry produces an object of class "bibentry".
citEntry生产类"bibentry"的对象。
参见----------See Also----------
citation for more information about citing R and R packages and "CITATION" files; bibentry for the newer functionality for representing and manipulating bibliographic information.
citation援引R和R封装和信息CITATION文件;bibentry代表和操纵书目信息的新功能。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|