This function checks whether the input is proper time limit, i.e., a single,
positive numeric
.
Usage
is_time_limit(x, error = TRUE)
Arguments
- x
Any object.
- error
In the case that x
is not a proper time limit, either TRUE
(default) to throw an error or FALSE
to return invisibly FALSE
.
Value
If error = TRUE
, either invisibly TRUE
or an error is thrown.
If error = FALSE
, invisibly TRUE
or FALSE
.