We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbfa21 commit fcf3975Copy full SHA for fcf3975
man/is.what.Rd
@@ -20,11 +20,10 @@ is.what(object, verbose=FALSE)
20
\note{
21
The following procedure is used to look for valid tests:
22
\enumerate{
23
- \item{}{Find all objects named \code{is.*} in all loaded
24
- environments.}
25
- \item{}{Discard objects that are not functions.}
26
- \item{}{Include test result only if it is of class \code{"logical"},
27
- not an \code{NA}, and of length 1.}
+ \item Find all objects named \code{is.*} in all loaded environments.
+ \item Discard objects that are not functions.
+ \item Include test result only if it is of class \code{"logical"},
+ not an \code{NA}, and of length 1.
28
}
29
30
\seealso{
0 commit comments