-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Description
The {eurostat} package cannot download or access the following Eurostat table:
🔗 Eurostat Table Link
Steps to Reproduce
I attempted to retrieve the dataset using different functions, but all resulted in errors:
library(eurostat)
# Attempt 1: Using get_eurostat_json()
get_eurostat_json("ds-059327")
# Error message:
# Error in get_eurostat_json("ds-059327") :
# HTTP status: 404 (Not found)
# Error id: 100 (No results found)
# Error label from API: ERR_NOT_FOUND_4: DS-059327 (DATA_FLOW:ALL,1.0) is not available for dissemination.
# Attempt 2: Using get_eurostat()
get_eurostat("ds-059327")
# Error message:
# Error in get_eurostat("ds-059327") :
# get_eurostat_raw fails with the id ds-059327
Expected Behavior
The functions should successfully retrieve the dataset from Eurostat.
Actual Behavior
The dataset cannot be accessed, returning a 404 HTTP error.
Additional Context
Other datasets seem to work fine with {eurostat}.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do