We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running a modification of default example from readSDMX help file for validating SDMX-ML:
url <- paste("http://ec.europa.eu/eurostat/SDMX/diss-web/rest/data/", "cdh_e_fos/all/?startperiod=2000&endPeriod=2010", sep = "") sdmx <- readSDMX(url,validate = TRUE)
Returns an error:
Error in switch(type, DataflowsType = TRUE, ConceptsType = TRUE, CodelistsType = TRUE, : EXPR must be a length 1 vector
I downloaded package and debugued it and the problem is in getStructureType is obj@subtype is null
The text was updated successfully, but these errors were encountered:
#149 fix SDMXStructureType validation rule
2a92b95
Fixed
Sorry, something went wrong.
eblondel
No branches or pull requests
When running a modification of default example from readSDMX help file for validating SDMX-ML:
Returns an error:
I downloaded package and debugued it and the problem is in getStructureType is obj@subtype is null
The text was updated successfully, but these errors were encountered: