Learn R Programming

dataquieR (version 2.1.0)

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

See Also

util_is_integer

Other process_functions: util_abbreviate(), util_attach_attr(), util_bQuote(), util_backtickQuote(), util_coord_flip(), util_count_NA(), util_extract_matches(), util_par_pmap(), util_setup_rstudio_job(), util_suppress_output()