tidy_ts: Tidy up time series data

Description Usage Arguments Value

Description

Tidy up time series data

Usage

1
tidy_ts(.data, ..., ts.name = NULL)

Arguments

.data

the data (ts, mts, xts, zoo) which will be tidied

...

variables to be passed to the dplyr select statement

ts.name

(string) the name of the dataset. Necessary if .data is a ts object

Value

(dataframe) a tidy dataframe with the time series data. The first column will be the time data labeled time


ChandlerLutz/ggts documentation built on May 6, 2019, 9:56 a.m.