Description Usage Arguments Examples
View source: R/mfafunctions96.R
parse_time: converts date-time to lubridate format for easier time calculations
1 | parse_time(date_time_string)
|
date_time_string |
A character string containing the date and time as exported from Molecular Devices iD5 plate reader. i.e. HH:MM am/pm M/D/YYYY |
1 2 3 4 5 | ReadTime = "2:54 PM 7/2/2020"
time = parse_time(ReadTime)
print(time)
Output: 2020-07-02 14:54:00
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.