File: setDoi.Rd

package info (click to toggle)
r-cran-nozzle.r1 1.1-1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 796 kB
  • sloc: javascript: 553; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (3)
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}
}