Description Usage Arguments Value Examples
Compares a candidate timezone string to the list of recognized time zones in
the OlsonNames() list. available in base R. While this is not necessarily
a complete list of valid time zones (which issystem-specific), it's a good
portlable starting point.
1 | .is_timezone(.timezone)
|
timezone |
Boolean.
1 | .is_timezone(c('Etc/GMT+5', 'EST', 'America/New_York'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.