Examples for 'pryr::otype'


Determine object type.

Aliases: otype

Keywords:

### ** Examples

otype(data.frame())
[1] "S3"
otype(1:10)
[1] "base"

[Package pryr version 0.1.6 Index]