Learn R Programming

aqr (version 0.2)

aqStoreMatrix: Stores an xts matrix

Description

Stores an xts matrix into AQMS.

Usage

aqStoreMatrix(seriesId, freq, data, con = aqInit(), silent=FALSE)

Arguments

Examples

Run this code
con = aqInit()
aqStoreMatrix("EURUSD", "HOURS_1", hourlyData, con = con)

Run the code above in your browser using DataLab