![]() |
VOOZH | about |
is.factor() function in R Language is used to check if the object passed to the function is a Factor or not. It returns a boolean value as output.
Syntax: is.factor(Object) Parameters: Object: Object to be checkedExample 1: Output:
[1] TRUEExample 2: Output:
[1] FALSE