detectClass | R Documentation |
Detects class of given objects
detectClass(x)
x |
a vector |
detectClass
type of the vector
Jayachandra N
detectClass(c(1,2,3))
detectClass(c("a","b"))
detectClass(iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.