Rev 84045 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/citEntry.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2009 R Core Team% Distributed under GPL 2 or later\name{citEntry}\title{Bibliography Entries (Older Interface)}\alias{citEntry}\description{Old interface providing functionality for specifying bibliographicinformation in enhanced BibTeX style. Since R 2.14.0 this has beensuperseded by \code{\link{bibentry}}.}\usage{citEntry(entry, textVersion = NULL, header = NULL, footer = NULL, ...)}\arguments{\item{entry}{a character string with a BibTeX entry type.See section \bold{Entry Types} in \code{\link{bibentry}} fordetails.}\item{textVersion}{a character string with a text representation ofthe reference to optionally be employed for printing.}\item{header}{a character string with optional header text.}\item{footer}{a character string with optional footer text.}\item{\dots}{for \code{citEntry}, arguments of the form\code{\var{tag}=\var{value}} giving the fields of the entry, with\var{tag} and \var{value} the name and value of the field,respectively.See section \bold{Entry Fields} in \code{\link{bibentry}} fordetails.}}\value{\code{citEntry} produces an object of class \code{"bibentry"}.}\seealso{\code{\link{citation}} for more information about citing R and Rpackages and \file{CITATION} files;\code{\link{bibentry}} for the newer functionality for representingand manipulating bibliographic information.}\keyword{misc}