data_frame_to_timeseries: Function to promote a data frame to a time-series object.

View source: R/data_frame_to_timeseries.R

data_frame_to_timeseriesR Documentation

Function to promote a data frame to a time-series object.

Description

Function to promote a data frame to a time-series object.

Usage

data_frame_to_timeseries(df, tz = "UTC")

Arguments

df

Data frame containing time-series data with a variable named "date".

tz

Time-zone of created time-series object. Default is "UTC".

Value

Named list of time-series objects.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on April 15, 2024, 9:35 p.m.