Tiingo returns data with a UTC time zone. Often you will want to view this
in your own time zone. This function converts each POSIXct
column of the
returned tibble
to the local (or specified) time zone.
1 | convert_to_local_time(.data, tz = "")
|
.data |
A tibble with |
tz |
The time zone to convert to. The default is the local time zone. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.