SDMXServiceProviders {rsdmx} | R Documentation |
Class "SDMXServiceProviders"
Description
A class to wrap a list of SDMX service providers
Usage
SDMXServiceProviders(providers)
Arguments
providers |
an object of class "list" (of SDMXServiceProvider) configured by default and/or at runtime in rsdmx |
Value
an object of class "SDMXServiceProviders"
Slots
providers
an object of class "list" (of SDMXServiceProvider) configured by default and/or at runtime in rsdmx
Warning
this class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document.
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
[Package rsdmx version 0.6-3 Index]