isValidTime {jwutil} | R Documentation |
allow leading and trailing space, optional colon in middle, 2400 is not allowed. TODO: can lubridate do this better?
isValidTime(tms, na.rm = FALSE)
tms |
is a vector of characters which may represent times |
na.rm |
logical if true, will ignore NA values, otherwise these will test as invalid. |
logical vector, with NA out if NA given