Question
Which R data structure stores elements that must all have the same basic type?
Select an option. Your answer will be checked instantly.
Correct Answer: B. An atomic vector
Explanation:
An atomic vector contains values of one common type, such as numeric or character.
R may coerce mixed entries to a shared type.
Leave a Reply