-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsafe legacy renegotiation disabled #29
Comments
I also am facing the same error |
You can try the following option using the package library(rsdmx)
library(tibble)
dsUrl <- "http://stats.oecd.org/restsdmx/sdmx.ashx/GetDataStructure/ALL"
ds <- readSDMX(dsUrl)
dsdf <- as_tibble(ds)
dsdf |> glimpse()
#> Rows: 1,691
#> Columns: 11
#> $ id <chr> "QNA", "PAT_IND", "TEL", "SNA_TABLE11", "LFS_SEXAG…
#> $ agencyID <chr> "OECD", "OECD", "OECD", "OECD", "OECD", "OECD", "O…
#> $ Name.fr <chr> "Comptes nationaux trimestriels", "Brevets - Indic…
#> $ Name.en <chr> "Quarterly National Accounts", "Patent indicators"…
#> $ version <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ uri <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ urn <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ isExternalReference <lgl> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ isFinal <lgl> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ validFrom <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ validTo <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA… Created on 2023-12-06 with reprex v2.0.2 Also take into account that OCDE stat is changing the API and there is a new website, https://data-explorer.oecd.org/. |
I installed from CRAN.
I get the following error when I try to download the list of datasets
The text was updated successfully, but these errors were encountered: