luifrancgom
luifrancgom
This matter was thoroughly examined in issue #25 and successfully resolved by adding dependencies tied to the `tibble`, `purrr`, and `dplyr`. To optimize the solution and streamline dependencies, it's essential...
Hello Nerd1ngxG Please check out the data structure of the data set using: ``` OECD::get_data_structure(dataset = "TABLE2A") |> str() data_set_structure tibble::as_tibble() data_set_structure$RECIPIENT |> tibble::as_tibble() data_set_structure$DONOR |> tibble::as_tibble() data_set_structure$PART |> tibble::as_tibble()...
You can try the following option using the package `rsdmx` where you can find the example I point out in [https://github.com/opensdmx/rsdmx/wiki#package_overview](https://github.com/opensdmx/rsdmx/wiki#package_overview) > #####Data Structures (Key Families). It is slower that...
Hello kprior91, I acknowledge that this update might come with some delay. I navigated to the OECD website and successfully retrieved the disbursement data related to EU Institutions. In order...
Hello amgiraldi, I understand that this response may come late. The current issue **maybe**[^1] lies in the fact that your attempted query is comprehensive: https://stats.oecd.org/restsdmx/sdmx.ashx/GetData/DUR_D/AUS+AUT+BEL+CAN+COL+CRI+CZE+DNK+EST+FIN+FRA+DEU+GRC+HUN+ISL+IRL+ISR+ITA+JPN+KOR+LVA+LTU+LUX+MEX+NLD+NZL+NOR+POL+PRT+SVK+SVN+ESP+SWE+CHE+TUR+GBR+USA+OECD.MEN+WOMEN+MW.1519+1524+2024+2554+5564+6599+900000.UN1+UN2+UN3+UN4+UN5+UN+UND+UNK.A/all?startTime=1968&endTime=2022 It could be more efficient...
I am having the same problem when using the package. However I try with the package `WDI` and a similar problem happens: With `wbstats`: ``` r library(wbstats) wb_data(indicator = "NY.GDP.MKTP.CD",...
Apparently the problem has been solve. Now the data can be downloaded without problem.
Thank you for your answer @stemangiola and for publishing this wonderful package I am going to give you more context about why I am reporting this situation. I am a...
I think this project is not mantained anymore because I have a similar problem but I don't know how to build a package. Check the other issues and take into...
I concur with the point mentioned. This might not be intuitive for the end user, especially if they are not familiar with the API documentation.