Skip to content
Prev 86666 / 398528 Next

Problem with scoping a variable value

Paul Roebuck wrote:
This is definitely the best solution, and Paul is right: you have to use 
  FALSE in preference to F (FALSE is a reserved word, F is not in R).

Now, you should know that show() *is* a generic function (it is the 
default method for S4 objects), and it is a very bad idea to use it as 
named argument for functions. I would suggest to use Paul's suggestion 
instead, or to change it as 'show.it = FALSE', as a minimum.
Best,

Philippe Grosjean