broom (version 0.4.1)

tidy.ts: tidy a ts timeseries object

Description

Turn a ts object into a tidy data frame. Right now simply uses as.data.frame.ts.

Usage

"tidy"(x, ...)

Arguments

x
a "ts" object
...
extra arguments (not used)

Value

a tidy data frame

See Also

as.data.frame.ts