OECD Economic Outlook Vintages
Colombe05 opened this issue · 1 comments
I'm trying to access OECD EO vintages and cannot.
I run the following:
library("readxl")
library("OECD")
library("rsdmx")
data_test= get_dataset(("EO59_VINTAGE"),filter ="AUT", start_time = 1975)
and get the following error message:
Error in rsdmx::readSDMX(url) :
HTTP request failed with status: 400 Bad Request
The code works when I use EO60_MAIN or any later publication. None of the vintages seems to be available, although when I look at the list of data sets I can access through the OECD library, the vintages are all listed. Any idea of what the issue is?
Thanks!
The data appears not to actually be there in OECD.Stat, at least not in the usual form. Instead, the pre-60 editions have the tables and graphs available to download as a .zip file from OECD Stat. Nothing is available via SDMX for these releases.