tidytime: tidytime: tidying functions for time series data

Description Usage Arguments Value See Also

View source: R/tidytime.r

Description

tidytime provides functions for tidying time series data. tidytime supports major time series formats including:

This function is an S3 generic.

Usage

1

Arguments

x

time series object to tidy

...

extra arguments

Value

tidytime returns a data_frame with one row for each observation in each series, with the following columns:

index

Index (usually date)

series

Name of the series

value

Value of the observation

See Also

https://cran.r-project.org/web/packages/zoo/index.html

https://cran.r-project.org/web/packages/xts/index.html


jayhesselberth/tidytime documentation built on May 18, 2019, 5:57 p.m.