buildArchiveURL {aqr} | R Documentation |
Builds an archive URL, based on connection parameters, seriesId, field, frequency and start and end date.
buildArchiveURL(con = aqInit(), seriesId, field, freq, startDate, endDate)
con |
connection parameters, will be initialized with aqInit() if void |
seriesId |
the series name |
field |
the field to load |
freq |
a frequency string, such as HOURS_1 |
startDate |
the start date |
endDate |
the end date |
the complete archive URL as character