is_wholenumber {EpiContactTrace}R Documentation

Check if wholenumbers

Description

Check that all values are wholenumbers, see example in integer base

Usage

is_wholenumber(x, tol = .Machine$double.eps^0.5)

Arguments

x

Value to check

tol

Tolerance of the check

Value

logical vector


[Package EpiContactTrace version 0.12.0 Index]