DSTimeSeriesResponseObject | R Documentation |
This is a subclass of DSTimeSeriesUserObjectBase and is used to return the details for a timeseries. (See DSTimeSeriesUserObjectBase for details of all the superclass properties.)
DSTimeSeriesResponseObject object
DatastreamR::DSUserObjectBase
-> DatastreamR::DSTimeSeriesUserObjectBase
-> DSTimeSeriesResponseObject
DateInfo
A DSTimeSeriesDateInfo object defining the start date, end date and frequency of the timeseries.
DateRange
A DSTimeSeriesDateRange object used to return the dates and values stored in the timeseries. See DSTimeSeriesDateRange for details.
new()
DSTimeSeriesResponseObject$new(jsonDict = NULL, convertNullToNans = FALSE)
jsonDict
: JSON dictionary (from JSON Response)
convertNullToNans
: FALSE by default, TRUE converts the NULLs in the NaNs (Not a Number)
DSTimeSeriesResponseObject object
clone()
The objects of this class are cloneable with this method.
DSTimeSeriesResponseObject$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.