aqStoreSeriesField {aqr}R Documentation

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(!!!)

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

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


[Package aqr version 0.5 Index]