Learn R Programming

dataquieR (version 2.0.1)

util_all_is_integer: convenience function to abbreviate all(util_is_integer(...))

Description

convenience function to abbreviate all(util_is_integer(...))

Usage

util_all_is_integer(x)

Value

TRUE, if all entries are integer-like, FALSE otherwise

Arguments

x

the object to test