The R Project SVN R

Rev

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

Rev 61638 Rev 61644
Line 23... Line 23...
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{hookName}{character string: the hook name}
25
  \item{hookName}{character string: the hook name}
26
  \item{pkgname}{character string: the package/namespace name}
26
  \item{pkgname}{character string: the package/namespace name}
27
  \item{event}{character string: an event for the package}
27
  \item{event}{character string: an event for the package}
28
  \item{value}{A function, or for \code{action = "replace"}, \code{NULL} or a list of functions}
28
  \item{value}{A function or a list of functions, or for \code{action = "replace"}, \code{NULL} }
29
  \item{action}{The action to be taken.  The names can be abbreviated.}
29
  \item{action}{The action to be taken.  The names can be abbreviated.}
30
}
30
}
31
 
31
 
32
\details{
32
\details{
33
  \code{setHook} provides a general mechanism for users to register
33
  \code{setHook} provides a general mechanism for users to register