The R Project SVN R

Rev

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

Rev 86407 Rev 88539
Line 1... Line 1...
1
% File src/library/utils/man/Question.Rd
1
% File src/library/utils/man/Question.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2024 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Question}
6
\name{Question}
7
\alias{Question}
7
\alias{Question}
8
\alias{?}
8
\alias{?}
Line 89... Line 89...
89
  be found if the package exporting them is on the search list, even 
89
  be found if the package exporting them is on the search list, even 
90
  if it is specified explicitly using the \code{?package::generic()} 
90
  if it is specified explicitly using the \code{?package::generic()} 
91
  notation.  
91
  notation.  
92
}
92
}
93
\references{
93
\references{
94
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
94
  \bibshow{R:Becker+Chambers+Wilks:1988}
95
  \emph{The New S Language}.
-
 
96
  Wadsworth & Brooks/Cole.
-
 
97
}
95
}
98
\seealso{
96
\seealso{
99
  \code{\link{help}}
97
  \code{\link{help}}
100
 
98
 
101
  \code{\link{??}} for finding help pages on a vague topic.
99
  \code{\link{??}} for finding help pages on a vague topic.