citEntry {utils} | R Documentation |
Bibliography Entries (Older Interface)
Description
Old interface providing functionality for specifying bibliographic
information in enhanced BibTeX style. Since R 2.14.0 this has been
superseded by bibentry
.
Usage
citEntry(entry, textVersion = NULL, header = NULL, footer = NULL, ...)
Arguments
entry |
a character string with a BibTeX entry type.
See section Entry Types in |
textVersion |
a character string with a text representation of the reference to optionally be employed for printing. |
header |
a character string with optional header text. |
footer |
a character string with optional footer text. |
... |
for |
Value
citEntry
produces an object of class "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.