The R Project SVN R

Rev

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

Rev 71548 Rev 74656
Line 20... Line 20...
20
  \item{.Force}{ if \code{TRUE}, return \code{NULL} if the class is
20
  \item{.Force}{ if \code{TRUE}, return \code{NULL} if the class is
21
    undefined; otherwise, an undefined class results in an error.}
21
    undefined; otherwise, an undefined class results in an error.}
22
  \item{where}{ environment from which to begin the search for the definition; by default,
22
  \item{where}{ environment from which to begin the search for the definition; by default,
23
    start at the top-level (global) environment and proceed through
23
    start at the top-level (global) environment and proceed through
24
    the search list.}
24
    the search list.}
25
  \item{package}{ the name of the package asserted to hold the
25
  \item{package}{ the name or environment of the package asserted to hold the
26
      definition.  If it is a non-empty string it is used instead of
26
      definition.  If it is a non-empty string it is used instead of
27
      \code{where}, as the first place to look for the class.
27
      \code{where}, as the first place to look for the class.
28
      Note that the package must be loaded but need not be attached.  By
28
      Note that the package must be loaded but need not be attached.  By
29
      default, the package attribute of the \code{Class} argument is
29
      default, the package attribute of the \code{Class} argument is
30
      used, if any.  There will usually be a package attribute if
30
      used, if any.  There will usually be a package attribute if