Learn R Programming

RJSDMX (version 2.3-3.1)

addLocalProvider: add new local provider

Description

Configure a new local data provider (only SDMX 2.1 files are supported).

Usage

addLocalProvider(name, directory, description = "")

Arguments

name

the name of the provider

directory

the directory where the files are stored

description

a brief text description of the provider

Details

addLocalProvider(name, directory, description)

Examples

Run this code
if (FALSE) {
addProvider('pname', 'pdir', 'my provider')
}

Run the code above in your browser using DataLab