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
Id
A valid TimeSeries Id
DataInput
A 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 )
id
A valid TimeSeries Id
startDate
A datetime value defining the start date for the timeseries
endDate
A datetime value defining the end date for the timeseries
frequency
The frequency of the timeseries. DSUserObjectFrequency is defined in DSUserDataObjectBase.R
values
list of float values
DSTimeSeriesRequestObject object
clone()
The objects of this class are cloneable with this method.
DSTimeSeriesRequestObject$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.