Get timeseries by specifying comma seperated code(s).
Usage
quantec_get_data(
time_series_code,
freq = c("M", "Q", "A")[1],
start_year = "1900-01-01",
end_year = Sys.Date(),
respformat = c("csv", "json")[1],
log_file,
is_tidy = TRUE
)
Arguments
- time_series_code
time series code to return, NMS-EC_BUS,NMS-GA_BUS
- freq
frequency to return M
, Q
or A
- start_year
year to start
- end_year
year to end
- respformat
to return csv
or json
- log_file
log file to output to if in parallel
- is_tidy
tidyformat for easy read