powered by
Detects class of given objects
detectClass(x)
a vector
type of the vector
detectClass
# NOT RUN { detectClass(c(1,2,3)) detectClass(c("a","b")) detectClass(iris$Species) # }
Run the code above in your browser using DataLab