Skip to contents

Returns the name of the data type of the result of the expression.

Arguments

expression

ANY

Examples

if (FALSE) { # \dontrun{
typeof('abc')
} # }