LibraryCarpentry / lc-r

Introduction to R
http://librarycarpentry.org/lc-r/
Other
14 stars 28 forks source link

Assigning values to an object with either '<-' or '=' #82

Open tylermcinnes opened 1 year ago

tylermcinnes commented 1 year ago

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.