Description Usage Arguments Details Value
This returns a mutated Activatr DF with the time column updated to reflect the correct time zone, using the Google Maps Time Zone APIs.
1 |
df |
A Activatr DF: a tibble from |
Note that to avoid overuse of the API, this does an "approximation", in that it finds the correct time zone for the first point in the data frame, and assumes all points in that data frame use that time zone. Runs between time zones (or runs that cross daylight savings time shifts) will hence be recorded using a consistent, but not always pointwise correct, timezone.
Note that you must have previously called ggmap::register_google
to
register an API key before calling this.
That same Activatr DF, but with the time
column updated to be
in the local time zone rather than UTC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.