Learn R Programming

shinyr (version 0.3.0)

detectClass: Detect Class

Description

Detects class of given objects

Usage

detectClass(x)

Arguments

x

a vector

Value

type of the vector

Details

detectClass

Examples

Run this code
# NOT RUN {
detectClass(c(1,2,3))
detectClass(c("a","b"))
detectClass(iris$Species)
# }

Run the code above in your browser using DataLab