Skip to content

Unable to Access Eurostat Table via {eurostat} Package #312

@iNANOV

Description

@iNANOV

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

No one assigned

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions