is_valid_sec_min: Check Validity of the Minute/Second Portion of the Time Input

Description Usage Arguments Value Author(s) Examples

View source: R/assertions.R

Description

Minutes and seconds are expected to range from 0 to 59

Usage

1

Arguments

arg

The argument to check

Value

TRUE if the argument is a valid min/sec input, FALSE otherwise

Author(s)

Samia Kabi

Examples

1
assertthat::assert_that(admiral:::is_valid_sec_min(59))

epijim/admiral documentation built on Feb. 13, 2022, 12:15 a.m.