| DSTimeSeriesResponseObject {DatastreamR} | R Documentation |
DSTimeSeriesResponseObject
Description
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.)
Value
DSTimeSeriesResponseObject object
Super classes
DatastreamR::DSUserObjectBase -> DatastreamR::DSTimeSeriesUserObjectBase -> DSTimeSeriesResponseObject
Public fields
DateInfoA DSTimeSeriesDateInfo object defining the start date, end date and frequency of the timeseries.
DateRangeA DSTimeSeriesDateRange object used to return the dates and values stored in the timeseries. See DSTimeSeriesDateRange for details.
Methods
Public methods
Inherited methods
Method new()
Usage
DSTimeSeriesResponseObject$new(jsonDict = NULL, convertNullToNans = FALSE)
Arguments
jsonDict: JSON dictionary (from JSON Response)
convertNullToNans: FALSE by default, TRUE converts the NULLs in the NaNs (Not a Number)
Returns
DSTimeSeriesResponseObject object
Method clone()
The objects of this class are cloneable with this method.
Usage
DSTimeSeriesResponseObject$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.