Convert timestamp to datetime
convert_timestamp_to_datetime.Rd
Convert timestamp to datetime
Arguments
- dat
Data frame with at least one column,
timestamp_
that has datetimes as character values.- parse_orders
A character vector of date-time formats. If
NULL
(the default), a vector of several year-month-day hour-minute-second and day-month-year hour-minute-second orders are provided. The order must be explicitly specified if the month is provided first. Passed tolubridate::paste_date_time()
.