data_to_ts | R Documentation |
Promote a R time series to a "full JDemetra+ time series"
data_to_ts(s, name)
s |
R time series (class TS) |
name |
name of the series |
Returns a java object of class JD3_TS
s <- ABS$X0.2.09.10.M
t <- data_to_ts(s, "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.