The R Project SVN R

Rev

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

Rev 73574 Rev 85102
Line 40... Line 40...
40
  function calling it.
40
  function calling it.
41
 
41
 
42
  The namespace can be specified in several ways.  Using, for example,
42
  The namespace can be specified in several ways.  Using, for example,
43
  \code{ns = "stats"} is the most direct, but a loaded package can be
43
  \code{ns = "stats"} is the most direct, but a loaded package can be
44
  specified via any of the methods used for \code{\link{get}}: \code{ns}
44
  specified via any of the methods used for \code{\link{get}}: \code{ns}
45
  can also be the environment printed as \code{<namespace:foo>}.
45
  can also be the environment printed as \samp{<namespace:foo>}.
46
 
46
 
47
  \code{getFromNamespace} is similar to (but predates) the
47
  \code{getFromNamespace} is similar to (but predates) the
48
  \code{\link{:::}} operator: it is more flexible in how the namespace
48
  \code{\link{:::}} operator: it is more flexible in how the namespace
49
  is specified.
49
  is specified.
50
 
50