You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Abiel,
There is an issue with the Eurostat database. After calling, for example: hicp_xts_m <- pdfetch_EUROSTAT("prc_hicp_midx", FREQ="M", UNIT="I15", COICOP = "CP00", GEO="CZ")
or any other code I obtain many error lines - part of them below:
EntityRef: expecting ';'
xmlParseEntityRef: no name
Specification mandates value for attribute defer
attributes construct error
Couldn't find end of Start Tag script line 702
Opening and ending tag mismatch: head line 101 and script
EntityRef: expecting ';'
EntityRef: expecting ';'
EntityRef: expecting ';'
xmlParseEntityRef: no name
Specification mandates value for attribute defer
attributes construct error
Couldn't find end of Start Tag script line 983
Opening and ending tag mismatch: html line 99 and script
Extra content at the end of the document
Error: 1: EntityRef: expecting ';'
2: EntityRef: expecting ';'
Confirmed on other computers, with different versions of R, and different Eurostat codes I have that rely on pdfetch database.
Is there any solution for this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
@JaromirBaxa, thank you for the bug report, this has been fixed in v0.2.8 which I have just uploaded to Github and CRAN. It should be available from CRAN shortly.
Dear Abiel,
There is an issue with the Eurostat database. After calling, for example:
hicp_xts_m <- pdfetch_EUROSTAT("prc_hicp_midx", FREQ="M", UNIT="I15", COICOP = "CP00", GEO="CZ")
or any other code I obtain many error lines - part of them below:
Confirmed on other computers, with different versions of R, and different Eurostat codes I have that rely on pdfetch database.
Is there any solution for this issue?
Thanks.
The text was updated successfully, but these errors were encountered: