4.4 Assignment operators

  • <- or =
  • Essentially the same but, to avoid confusions:
    • Use <- for assigning data to objects.
    • Keep = for functions arguments (we will talk about it in a next section).