The R Project SVN R

Rev

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

Rev 88890 Rev 90027
Line 74... Line 74...
74
      ## ... deal with r ...
74
      ## ... deal with r ...
75
    }
75
    }
76
  }
76
  }
77
}
77
}
78
\value{
78
\value{
79
  \code{exists():} Logical, true if and only if an object of the correct
79
  \code{exists()}: Logical, true if and only if an object of the correct
80
  name and mode is found.
80
  name and mode is found.
81
 
81
 
82
  \code{get0():} The object---as from \code{\link{get}(x, *)}---
82
  \code{get0()}: The object---as from \code{\link{get}(x, *)}---
83
  if \code{exists(x, *)} is true, otherwise \code{ifnotfound}.
83
  if \code{exists(x, *)} is true, otherwise \code{ifnotfound}.
84
}
84
}
85
\references{
85
\references{
86
  \bibshow{R:Becker+Chambers+Wilks:1988}
86
  \bibshow{R:Becker+Chambers+Wilks:1988}
87
}
87
}