Which operator is used to check if a value is less than or equal to another value in R?
a) <
b) ==
c) <=
d) >=
Answer:
c) <=
Explanation:
The <=
operator checks if a value is less than or equal to another value in R.
The <=
operator checks if a value is less than or equal to another value in R.