cast_time | R Documentation |
Explicitly convert a string to a number and format as datetime or time
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.inference.html
cast_time(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
An Python "datetime.time" object.
## Not run:
cast_time(value = "00:00:01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.