check_time_format | R Documentation |
Check Time Format
check_time_format(time_str)
time_str |
Time string. |
Internal function to parse and check validity of time string passed as parameter.
Valid time string or error.
CutTime24Hr <- "15:00"
cut_time <- check_time_format(CutTime24Hr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.