I don't understand the difference between "=" and "==" in R. I have a few questions:
- Why does
=
assign when in a script but not when in a function? - Why should I use
<-
when=
exists? Is there a difference?
I don't understand the difference between "=" and "==" in R. I have a few questions:
=
assign when in a script but not when in a function?<-
when =
exists? Is there a difference?