View source: R/checkTimeFormat.R
checkTimeFormat | R Documentation |
Helper function used internally. Generate informative error message if timestamp could not be recognisede.
checkTimeFormat(timestamp_POSIX, rawValue = " ?? ", timeformat = " ?? ",
timeformatName = NULL)
timestamp_POSIX |
POSIX object with timestamp |
rawValue |
Timestamp value as encounterd in the data before processing |
timeformat |
Timestap format used for converting timestamp |
timeformatName |
Character with the argument name to specify the timeformat. If used as dependency of GGIR then this argument name will be different. |
No output value is generated, only an error message if timestamp could not be recognised.
Vincent T van Hees <v.vanhees@accelting.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.