Question
Which R function is commonly used to inspect the internal structure and data types of an object?
Select an option. Your answer will be checked instantly.
Correct Answer: A. str()
Explanation:
The str() function gives a compact description of an object's components and types.
It is especially useful when first examining a data frame.
Leave a Reply