parse_time: parse_time: converts date-time to lubridate format for easier...

Description Usage Arguments Examples

View source: R/mfafunctions96.R

Description

parse_time: converts date-time to lubridate format for easier time calculations

Usage

1
parse_time(date_time_string)

Arguments

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

Examples

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

jwalte5/mfa96 documentation built on April 10, 2021, 4:36 p.m.