On Tue, 31 Dec 2013 19:51:06 -0500
Gabor Grothendieck <ggrothendi...@gmail.com> wrote:

...
> 
> The assignment operator is TWO characters: a less than sign
> immediately followed by a minus sign.  Try copying and pasting this:
> 
> x <- 3
> x
> 

Actually, you can use the = sign as well.

X = 3

works the same as

X <- 3

and uses two fewer keystrokes if you're lazy enough to care about such
things -like me.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to