Operational differences: "<-" and "="
There are a number of ways to assign variables to objects.
The two standard ways are to use the = or <- operators.
Which of the following statements is true?
This exercise is part of the course
Writing Efficient R Code
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise