Skip to content
Prev 1399 / 15075 Next

?if

On Sat, 12 Feb 2005, Dr. John R. Vokey wrote:

            
You could tell them that the argument to ? (and to apropos) should 
*always* be quoted, which is internally consistent and is consistent with 
other functions, where strings do have to be quoted.  Unfortunately the 
documentation has examples with bare names, but most people don't read the 
documentation.

The fact that help() accepts bare names is a bit of a wart -- for example,
   text<-"lm"
   help(text)
which is annoying when programming.

 	-thomas