aqstoreseriesfield: Stores one series field to an AQ Master Server, typicall...

Description Usage Arguments

Description

Stores one series field to an AQ Master Server, typicall called from aqStoreSeries. This function assumes that data is either a zoo object, or that is a matrix with two columns where the first column contains a time series index in NANOSECONDS(!!!)

Usage

1
2
aqStoreSeriesField(seriesId, fieldId, freq, data, con = aqInit(),
  silent = FALSE, writeKey = "unset")

Arguments

seriesId

a series name

fieldId

the field ID of this data series

freq

a frequency string, must be one of AQ's suported enum names

data

the data as XTS object

con

a connection object, will be initialized by aqInit by default

silent

whether it should print storage diagnostics.

writeKey

the write key, unset by default


aqr documentation built on May 2, 2019, 5:18 p.m.