Skip to contents

Check Data Types

Usage

assert_type(x, expected)

assert_scalar(x, expected)

assert_function(x)

Arguments

x

An object to be checked.

expected

A character string specifying the expected type. It must be one of "list", "atomic", "vector", "numeric", "integer", "double", "character" or "logical".

Value

Throws an error, if any, and returns x invisibly otherwise.

Author

N. Frerebeau