dotgetTimeseries: convert xts timeseries into a string that can be sent to
the Datastream server
Description
convert xts timeseries into a string that can be sent to
the Datastream server
Usage
.getTimeseries(Data, freq, digits, NA_VALUE)
Value
A string of the core data of Data
Arguments
- Data
the xts timeseries to be converted
- freq
the frequency of the data
- digits
the number of decimal places to round the data to
- NA_VALUE
the string to replace NA data with