Convert timestamp to datetime
Usage
convert_timestamp_to_datetime(dat)
Arguments
- dat
Data frame with at least one column, timestamp_
that has
datetimes as character values.
Details
Converts the timestamp_ column to a POSIXct object. Every datetime
entry must be in the same order.