monitor_bestTimezone {AirMonitor} | R Documentation |
Return the most common timezone
Description
Evaluates all timezones in monitor
and returns the
most common one. In the case of a tie, the alphabetically first one is
returned.
Usage
monitor_bestTimezone(monitor = NULL)
Arguments
monitor |
mts_monitor object. |
Value
A valid base::OlsonNames()
timezone.
[Package AirMonitor version 0.4.0 Index]