fetch_series.Rd
Fetch a series, or list of series, of economic data from the Aeconomica API.
fetch_series(series, vintage = "latest")
A series, or number of series to fetch. Can be either a single series code, a vector of series codes, or a list of series codes and vintage pairs (with the series code as the name and the vintage as the value). You can find series codes on the Aeconomica website in the top right of the page showing the series.
(optional) Specify a vintage for all of the series you want to fetch. Cannot be used if your specify vintages for individual series. Vintage can be any of `current` (alias `latest`, default), `previous` or a date in YYYY-MM-DD form.