![]() |
VOOZH | about |
is.character() function in R Language is used to check if the object passed to it as argument is of character type.
Syntax: is.character(x) Parameters: x: Object to be checkedExample 1: Output:
[1] FALSE [1] TRUE [1] TRUEExample 2: Output:
[1] TRUE