Learn R Programming

aqr (version 0.2)

buildArchiveURL: Utility function to generate the archive access url.

Description

As access to the AQ Master Server (AQMS) is essentially an HTTP GET call, this method constructs the corresponding URL to fetch data. Under certain circumstances, the user might want to reimplement this function, for example when the AQMS archive access has been deployed into a servlet container.

Usage

buildArchiveURL(con, seriesId, field, freq, startDate, endDate)

Arguments