powered by
Configure a new data provider (only SDMX 2.1 REST providers are supported). This function can be used to configure a new (SDMX 2.1 compliant, REST based) data provider.
addProvider(name, endpoint, needsCredentials = FALSE, needsURLEncoding = FALSE, supportsCompression = TRUE, description = "", sdmxVersion = "V2")
the name of the provider
the URL where the provider resides
set this to TRUE if the user needs to authenticate to query the provider
set this to TRUE if the provider does not handle character '+' in URLs
set this to TRUE if the provider is able to handle compression
a brief text description of the provider
what sdmx version this provider supports
if (FALSE) { addProvider('test', 'http://sdw-wsrest.ecb.europa.eu/service', FALSE) getProviders() }
Run the code above in your browser using DataLab