OECD
OECD copied to clipboard
Reproducible and programmatic access to OECD data
It has recently been announced that the OECD Stats database will be switched off by the end of March 2024. What will the implications be for users of this package?...
I installed from CRAN. I get the following error when I try to download the list of datasets ``` > datasets
Dear Eric, this package could be incredibly helpful for me, thanks for publishing it. Unfortunately, the code at the bottom of my post returns an error when I try to...
Hello I would very much like to access Donor Agency information in the CRS1 dataset using the OECD package via the OECD API. Using EU Institutions as an example, if...
I get the following error: "Bad Request (HTTP 400).Error in rsdmx::readSDMX(url) : HTTP request failed with status: 400" while trying to import data through get_dataset() function and filtering before the...
Hi, I am having the following issue trying to access the data through R: library(OECD) dataset
When I need to download annual data, I can simply set the input parameters `start_time` and `end_time` in `OECD::get_dataset()` to integers. This is also shown in the [examples provided](https://github.com/expersso/OECD/blob/master/man/get_dataset.Rd). However,...
I am using the package OECD to extract data from the **Global Revenue Statistics Database**. I already know the id for this database but I get the following error: ```...
I follow the package instructions but get back the following: >ttt
The version of OECD on CRAN is 0.2.5 but this repo only has 0.2.4 https://cran.r-project.org/web/packages/OECD/index.html. The CRAN version also causes issue #24 due to the replacement of the `rsdmx` package...