Rdocumentation
powered by
Learn R Programming
aqr (version 0.4)
aqStoreMatrix: stores a matrix onto an AQ Master Server
Description
stores a matrix onto an AQ Master Server
Usage
aqStoreMatrix(seriesId, freq, data, con = aqInit(), silent = FALSE)
Arguments
seriesId
a series ID to store
freq
the frequency, must be one of AQ's enums
data
the data as XTS object
con
a connection object, will be initialized by aqInit by default
silent
whether it should print storage diagnostics.