How do you assign a value to a variable in R?

How do you assign a value to a variable in R?

a) ==
b) =
c) ←
d) →

Answer:

c) ←

Explanation:

The operator is the most common way to assign a value to a variable in R.

Reference:

R Programming – Operators MCQ Questions and Answers

Scroll to Top