| .build_time | R Documentation |
Build standard time keys used by weatherjoin
.build_time(DT, time, tz = "UTC", time_api_resolved = c("daily", "hourly"))
DT |
data.table with input data. |
time |
User |
tz |
Timezone used for parsing/constructing timestamps (default UTC). |
time_api_resolved |
"daily" or "hourly" (already resolved from user setting/guess). |
DT with timestamp_utc (POSIXct) and t_utc (numeric seconds) columns added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.