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
|
\name{setNextReport}
\alias{setNextReport}
\title{Set the URL and title of the "next" report after \code{report}. This will be accessible through the utility menu.}
\usage{
setNextReport(report, url, ...)
}
\arguments{
\item{report}{Report object.}
\item{url}{URL of the next report.}
\item{...}{One or more strings that will be concatenated
to form the title of the next report.}
}
\value{
Updated report element.
}
\description{
Set the URL and title of the "next" report after
\code{report}. This will be accessible through the
utility menu.
}
\author{
nils
}
|