[R] Basic misunderstanding, or problem with my installation?
jwd
jwd at surewest.net
Thu Jan 2 09:27:10 CET 2014
On Tue, 31 Dec 2013 19:51:06 -0500
Gabor Grothendieck <ggrothendieck at 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.
More information about the R-help
mailing list