The R Project SVN R

Rev

Rev 71883 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71883 Rev 85065
Line 13... Line 13...
13
}
13
}
14
\usage{
14
\usage{
15
  reg.finalizer(e, f, onexit = FALSE)
15
  reg.finalizer(e, f, onexit = FALSE)
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{e}{Object to finalize.  Must be an environment or an external pointer.}
18
  \item{e}{object to finalize.  Must be an environment or an external pointer.}
19
  \item{f}{Function to call on finalization. Must accept a single argument,
19
  \item{f}{function to call on finalization. Must accept a single argument,
20
    which will be the object to finalize.}
20
    which will be the object to finalize.}
21
  \item{onexit}{logical: should the finalizer be run if the object is
21
  \item{onexit}{logical: should the finalizer be run if the object is
22
    still uncollected at the end of the \R session?}
22
    still uncollected at the end of the \R session?}
23
}
23
}
24
\details{
24
\details{