Beginner
R
Q18 / 100
What does the "str()" function do when applied to an object?
Correct! Well done.
Incorrect.
The correct answer is B) Displays the internal structure of an R object
B
Correct Answer
Displays the internal structure of an R object
Explanation
str() compactly displays the structure of an R object, showing types and a preview of values, useful for exploring data frames.
Progress
18/100