Intermediate
R
Q75 / 100
What does "is.function(x)" check?
Correct! Well done.
Incorrect.
The correct answer is B) Whether x is a function object
B
Correct Answer
Whether x is a function object
Explanation
is.function() returns TRUE if its argument is a function, which is useful since functions are first-class objects in R.
Progress
75/100