check_time_format {GENEAcore} | R 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)
[Package GENEAcore version 1.0.1 Index]