convert_to_local_time: Convert the 'POSIXct' columns of a data frame to the local...

Description Usage Arguments

View source: R/time_zones.R

Description

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.

Usage

1
convert_to_local_time(.data, tz = "")

Arguments

.data

A tibble with POSIXct columns

tz

The time zone to convert to. The default is the local time zone.


business-science/riingo documentation built on Sept. 16, 2020, 4:39 p.m.