Skip to content
New issue

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

Add capacity to inherit DSD from dataflow #104

Closed
eblondel opened this issue Aug 2, 2016 · 0 comments
Closed

Add capacity to inherit DSD from dataflow #104

eblondel opened this issue Aug 2, 2016 · 0 comments
Assignees
Milestone

Comments

@eblondel
Copy link
Member

eblondel commented Aug 2, 2016

Useful if we could inherit DSD document from a dataflow request, as pointed out in #91.

Since a SDMDataFlows object can handle multiple dataflows, this feature will allows, by specifying dsd = TRUE in readSDMX to associate the DSD to each dataflow, (although primarily intented to be used for a single dataflow). The code to access the DSD is then not the same as for data:

For a SDMXData object, we call the dsd with:

dsd <- slot(sdmx, "dsd")

For a SDMXDataFlows object, we will call the dsd with:

dsd <- slot(slot(sdmx, "dataflows")[[1]], "dsd")

@eblondel eblondel added this to the 0.5 milestone Aug 2, 2016
@eblondel eblondel self-assigned this Aug 2, 2016
@eblondel eblondel changed the title Add capacity to inherit DSD for dataflow Add capacity to inherit DSD from dataflow Aug 2, 2016
@eblondel eblondel closed this as completed Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant