View source: R/transform_dates_with_time_zone.R
transform_dates_with_time_zone | R Documentation |
transform_dates_with_time_zone
is useful when time series are
represented in a single time zone, but different groups are better analysed
in different time zones. transform_dates_with_time_zone
will return
transformed dates with the UTC time zone, but this may not strictly be true.
transform_dates_with_time_zone(
df,
dates_replace = TRUE,
drop_time_zone = FALSE
)
df |
Tibble with |
dates_replace |
Should the function replace/overwrite the original
|
drop_time_zone |
Should the helper |
df
with transformed date variables.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.