Under assigning values to an object the reader is introduced to the use of <- as the assignment operator. Some users may have used = in the past and it is worth clarifying that this can be used, although <- is preferred as = can be used in other contexts.
Under assigning values to an object the reader is introduced to the use of
<-
as the assignment operator. Some users may have used=
in the past and it is worth clarifying that this can be used, although<-
is preferred as=
can be used in other contexts.