Beginner R
Q7 / 100

What function is used to check the class/type of an object?

Correct! Well done.

Incorrect.

The correct answer is B) class()

B

Correct Answer

class()

Explanation

class() returns the class attribute of an R object, such as "numeric", "character", or "data.frame".

Progress
7/100