Rdocumentation
powered by
Learn R Programming
broom (version 0.3.4)
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
## S3 method for class 'ts': tidy(x, ...)
Arguments
x
a "ts" object
...
extra arguments (not used)
Value
a tidy data frame
See Also
as.data.frame.ts