This function checks if a variable is integer.
util_is_integer(x, tol = .Machine$double.eps^0.5)
TRUE
or FALSE
the object to test
precision of the detection. Values deviating more than tol
from
their closest integer value will not be deemed integer.
is.integer
Copied from the documentation of is.integer
is.integer detects, if the storage mode of an R-object is
integer. Usually, users want to know, if the values are integer. As suggested
by is.integer's documentation, is.wholenumber
does so.
Other robustness_functions:
util_as_valid_missing_codes()
,
util_check_one_unique_value()
,
util_correct_variable_use()
,
util_empty()
,
util_ensure_character()
,
util_ensure_in()
,
util_ensure_suggested()
,
util_expect_scalar()
,
util_fix_rstudio_bugs()
,
util_is_numeric_in()
,
util_is_valid_missing_codes()
,
util_match_arg()
,
util_observations_in_subgroups()
,
util_only_NAs()
,
util_stop_if_not()
,
util_warn_unordered()