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

View source: R/util_all_is_integer.R

util_all_is_integerR Documentation

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

Description

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

Usage

util_all_is_integer(x)

Arguments

x

the object to test

Value

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


dataquieR documentation built on July 26, 2023, 6:10 p.m.