1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
\name{setSoftwareName}
\alias{setSoftwareName}
\title{Set the name of the software that used Nozzle to generate \code{report}, e.g. "My Report Generator Script".}
\usage{
setSoftwareName(report, ...)
}
\arguments{
\item{report}{Report element.}
\item{...}{One or more strings that will be concatenated
to form the name of the software.}
}
\value{
Updated report element.
}
\description{
Set the name of the software that used Nozzle to generate
\code{report}, e.g. "My Report Generator Script".
}
\author{
Nils Gehlenborg \email{nils@hms.harvard.edu}
}
|