Q11
How do you check the structure of a data frame named my_data in R?
A.
struct(my_data)
B.
str(my_data)
AnswerC.
structure(my_data)
D.
check_structure(my_data)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board