1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
\name{setDoi}
\alias{setDoi}
\title{Set the DOI (document object identifier, http://www.doi.org) for \code{report}. A warning will be emitted if the report has been assigned a DOI before.}
\usage{
setDoi(report, doi)
}
\arguments{
\item{report}{Report element.}
\item{doi}{The document object identifier.}
}
\value{
Updated report element.
}
\description{
Set the DOI (document object identifier,
http://www.doi.org) for \code{report}. A warning will be
emitted if the report has been assigned a DOI before.
}
\note{
A document object identifer must have been created before
this is called.
}
\author{
Nils Gehlenborg \email{nils@hms.harvard.edu}
}
\references{
\url{http://www.doi.org}
}
|