| DSTimeSeriesRequestObject | R Documentation |
This is a subclass of DSTimeSeriesUserObjectBase and is used to create or modify a timeseries. (See DSTimeSeriesUserObjectBase for details of all the superclass properties.)
DSTimeSeriesRequestObject object
DatastreamR::DSUserObjectBase -> DatastreamR::DSTimeSeriesUserObjectBase -> DSTimeSeriesRequestObject
IdA valid TimeSeries Id
DataInputA DSTimeSeriesDataInput object used to supply the start date, end date, frequency and list of data values. (See DSTimeSeriesDataInput for details.)
new()DSTimeSeriesRequestObject$new( id = "", startDate = NULL, endDate = NULL, frequency = NULL, values = NULL )
idA valid TimeSeries Id
startDateA datetime value defining the start date for the timeseries
endDateA datetime value defining the end date for the timeseries
frequencyThe frequency of the timeseries. DSUserObjectFrequency is defined in DSUserDataObjectBase.R
valueslist of float values
DSTimeSeriesRequestObject object
clone()The objects of this class are cloneable with this method.
DSTimeSeriesRequestObject$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.