View source: R/convert_timestamps.R
convert_timestamps | R Documentation |
Function converting the timestamps in the data frame to the appropriate format.
convert_timestamps(x, columns, format)
x |
Data.frame containing events or activities. |
columns |
A character vector with one or more names of columns to convert |
format |
The format of the timestamps in the original dataset (either ymd_hms, dmy_hms, ymd_hm, ymd, dmy, dmy, ...). To be provided without quotation marks! |
Data.frame with converted timestamps
Other Eventlog construction helpers:
assign_instance_id()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.