A function to check the variable whether is the right integer type. This is an internal function.

check_integer(name = NULL, value = NULL)

Arguments

name

The name of the variable.

value

The validating variable.

Value

A NULL value if there is no issue raised.