View source: R/monitor_timeRange.R
monitor_timeRange | R Documentation |
This function is a wrapper for range(monitor$data$datetime)
and is convenient for use in data pipelines.
Dates will be returned in the timezone associated with
monitor$data$datetime
which is typically "UTC" unless
timezone
is specified.
monitor_timeRange(monitor = NULL, timezone = NULL)
monitor |
mts_monitor object. |
timezone |
Olson timezone for the returned dates. |
A vector containing the minimum and maximum times of a mts_monitor object.
Carmel_Valley %>%
monitor_timeRange(timezone = "America/Los_Angeles")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.