Question
What is the result of c(2, 4, 6) in R?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A numeric vector containing 2, 4, and 6
Explanation:
The c() function combines its arguments into a vector.
Numeric inputs produce a numeric vector.
Leave a Reply