Learn R Programming

dttr2 (version 0.5.2)

chk_time: Check Time

Description

Checks if scalar hms object using vld_time().

Usage

chk_time(x, x_name = NULL)

Value

NULL, invisibly. Called for the side effect of throwing an error if the condition is not met.

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

See Also

Other check: check_tz()

Examples

Run this code
chk_time(hms::as_hms("10:00:10"))
try(chk_time(1))

Run the code above in your browser using DataLab