![]() |
VOOZH | about |
is.table() function in R Language is used to check if an object is a table.
Syntax: is.table(x) Parameters: x: Object to be checkedExample 1: Output:
[1] FALSE A B C D E F G H I J 2 4 3 1 2 3 2 1 4 2 [1] TRUEExample 2: Output:
[1] FALSE A B C A 1 4 7 B 2 5 8 C 3 6 9 [1] TRUE