regex_time | R Documentation |
This function generates a regular expression for time based on the input format.
regex_time(format = "hh:mm")
format |
The format of the time. Possible values are:
|
A regular expression.
regex_time("hh:mm")
regex_time("h:m")
regex_time("hh:mm:ss")
regex_time("h:m:s")
regex_time("hh:mm:ss AM/PM")
regex_time("h:m:s AM/PM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.