Description Usage Arguments Examples
Export CSV files for seasonally adjusted data, seasonal factors, calendar factors, total factors (seasonal & calendar factors) and model specification for each series.
1  | 
output | 
 output from seasX13 function  | 
file | 
 a character string naming the file  | 
1 2 3 4 5 6 7 8 9  | ## Not run: 
# read data example, auto seasonal adjustment, export results
data(serviceSurvey)
data <- readX13(serviceSurvey)
auto <- seasX13(data)
saveX13(auto, "auto")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.