Learn R Programming

RJSDMX (version 1.3)

addProvider: Configure a new data provider (only SDMX 2.1 REST providers are supported)

Description

This function can be used to configure a new (SDMX 2.1 compliant, REST based) data provider.

Usage

addProvider(name, endpoint, needsCredentials, needsURLEncoding, 
              supportsCompression, description)

Arguments

name
the name of the provider
endpoint
the URL where the provider resides
needsCredentials
set this to TRUE if the user needs to authenticate to query the provider
needsURLEncoding
set this to TRUE if the provider does not handle character '+' in URLs
supportsCompression
set this to TRUE if the provider is able to handle compression
description
a brief text description of the provider

Examples

Run this code
#not run
#addProvider('pname', 'pendpoint', F)

Run the code above in your browser using DataLab