R package to read SDMX data and metadata
============================
rsdmx
is a package to parse/read SDMX data and metadata in R. It provides a set of classes and methods to read data and metadata documents exchanged through the Statistical Data and Metadata Exchange (SDMX) framework. The package currently focuses on the SDMX XML standard format (SDMX-ML).
At now, the package allows to read:
- Datasets (
GenericData
,CompactData
andMessageGroup
SDMX-ML types) - Concepts (
Concept
,ConceptScheme
andConcepts
SDMX-ML types) - Codelists (
Code
,Codelist
andCodelists
SDMX-ML types) - DataStructures / KeyFamilies
- Data Structure Definitions (DSDs)
R package build tests:
branch | build status |
---|---|
master | |
0.3 | |
0.2 | |
0.1 |
R CRAN rsdmx check results:
http://cran.r-project.org/web/checks/check_results_rsdmx.html
Please note that following a new submission to CRAN, or eventually a modification of CRAN policies, the package might be temporarily archived, and removed from CRAN. In case you notice that the package is not back in few time, please contact me.
Mailing lists:
-
Users
https://groups.google.com/forum/#!forum/rsdmx
You can subscribe directly in the google group, or by email: [email protected] To send a post, use: [email protected] To unsubscribe, send an email to: [email protected] -
Package developments
https://groups.google.com/forum/#!forum/rsdmx-dev
You can subscribe directly in the google group, or by email: [email protected] To send a post, use: [email protected] To unsubscribe, send an email to: [email protected]