To be used with saveSpss, saveSas and others.
save(code = NULL, data = NULL, file.name = "series", type = "")
An integer
. The unique identifier of the series within the BETS database.
A data.frame
or a ts
. Contains the data to be written. If data
is supplied, the BETS database will not be searched.
A character
. The name of the output file. The default is 'series.spss'.
A character
. The type of the file (e.g. 'spss' or 'sas').
A list with the data frame to be saved and the file name