View source: R/read_mnirs_helpers.R
| parse_time_channel | R Documentation |
Parse time_channel character or dttm to numeric seconds
parse_time_channel(x, start_timestamp = NULL, zero_time = FALSE)
x |
The time column vector: numeric, character, or POSIXct. |
start_timestamp |
Optional POSIXct from the file header, evaluated
lazily only when |
zero_time |
Logical; re-base numeric time to start from zero. |
A list of time (numeric seconds), timestamp (POSIXct
vector or NULL), and start_timestamp (POSIXct or NULL).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.