Dear Rxperts..
I noticed a puzzling behavior of 'quote' in Linux and Windows environment
based RStudio..
In Linux based RStudio ,
a1 <- quote(ID)
The error message I get is:
<simpleError in doTryCatch(return(expr), name, parentenv, handler): object
'ID' not found>
<simpleError in is.scalar(val): object 'ID' not found>
<simpleError in is(obj, "ore.frame"): object 'ID' not found>
I dont get any error message when I do the same in Windows 7 based RStudio..
Could you please suggest how to use quote in Linux environment..and explain
why there is such a difference?
Thanks much in advance!!
Santosh
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.