Skip to contents

Test if a number is an integer or an integer64

Usage

is_integer_or_integer64(x)

Arguments

x

Number to test (int / int64 / numeric)

Examples

is_integer_or_integer64(634L)
#> Error in is_integer_or_integer64(634L): could not find function "is_integer_or_integer64"