SMAC-Group / ds

:notebook: This book is currently under development and has been designed as a support for students who are following (or are interested in) courses that provide the basic knowledge to master "statistical programming" with R. Compiled textbook:
http://r.smac-group.com
7 stars 4 forks source link

Assignment operator (<- vs =) #16

Open mdbeckman opened 7 years ago

mdbeckman commented 7 years ago

Advanced R advocates for "<-" as the assignment operator and not "=" (p.67). I'm thinking we should adopt the same convention, but I'm happy to yield if others think differently.

I'll start updating "=" to "<-" in the data chapter