OECD
OECD copied to clipboard
Reproducible and programmatic access to OECD data
Hi there seems to be a change in the datastructure, as some fuinctions of the package are not functionning anymore (they were a few weeks ago). for instance: ` OECD::get_data_structure("SNA_TABLE11")...
I am using the OECD package to download R&D expenditure statistics, in particular: Gross domestic expenditure on R&D by sector of performance and socio-economic objective (SEO), which can be accessed...
I was wondering if you could include in the vignette an example of filtering regional or metropolitian variables? For this, neither strategy seems to work. The SDMX querry is several...
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...
I'm trying to get this useful package up and running behind a corporate firewall, where we need to specify proxy server details - specifically the proxy server, and to use...
I might be misunderstanding, but it looks like the order of filters are applied to the variables in strict order, so (from the vignette): ```df
Does anyone know if the OECD 0.2.5 library still works? As of July 2, the OECD migrated its databases to a new portal, and now all the data I previously...