File: defaultManagedServerInfoOptions.Rd

package info (click to toggle)
r-cran-nws 2.0.0.3-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,056 kB
  • sloc: python: 1,464; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{defaultManagedServerInfoOptions}
\alias{defaultManagedServerInfoOptions}
\title{Default ManagedServerInfo Options Environment}
\description{
This environment specifies the default options that are used
when creating a new managedServerInfo object.
}
\seealso{\code{\link{managedServerInfo}}}

\details{
The default options can be modified by assigning new values
to this environment.  Those new values will be used when
constructing all new managedServerInfo objects.
}

\examples{
defaultManagedServerInfoOptions$port
}

\keyword{environment}