The R Project SVN R

Rev

Rev 66794 | Rev 67570 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66794 Rev 67562
Line 16... Line 16...
16
\usage{
16
\usage{
17
startDynamicHelp(start = TRUE)
17
startDynamicHelp(start = TRUE)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{start}{logical: whether to start or shut down the dynamic help
20
  \item{start}{logical: whether to start or shut down the dynamic help
21
    system.}
21
    system.  If \code{NA}, the server is started if not already running.}
22
}
22
}
23
\details{
23
\details{
24
  This function starts the internal HTTP server, which runs on the
24
  This function starts the internal HTTP server, which runs on the
25
  loopback interface (\code{127.0.0.1}).  If \code{options("help.ports")}
25
  loopback interface (\code{127.0.0.1}).  If \code{options("help.ports")}
26
  is set to a vector of integer values, \code{startDynamicHelp} will try
26
  is set to a vector of integer values, \code{startDynamicHelp} will try