check_time_format: Check Time Format

View source: R/utils.R

check_time_formatR Documentation

Check Time Format

Description

Check Time Format

Usage

check_time_format(time_str)

Arguments

time_str

Time string.

Details

Internal function to parse and check validity of time string passed as parameter.

Value

Valid time string or error.

Examples

CutTime24Hr <- "15:00"
cut_time <- check_time_format(CutTime24Hr)

GENEAcore documentation built on April 11, 2025, 5:43 p.m.