Examples for 'base::typeof'


The Type of an Object

Aliases: typeof type

Keywords: attribute

### ** Examples

typeof(2)
[1] "double"
mode(2)
[1] "numeric"
## for a table of examples, see  ?mode  /  examples(mode)

[Package base version 4.2.3 Index]