Learn R Programming

validate (version 1.1.5)

sdmx_endpoint: Get URL for known SDMX registry endpoints

Description

Convenience function storing URLs for SDMX endpoints.

Usage

sdmx_endpoint(registry = NULL)

Arguments

registry

[character] name of the endpoint (case insensitve). If registry is NULL (the default), the list of supported endpoints is returned.

See Also

Other sdmx: sdmx_codelist(), validator_from_dsd()

Examples

Run this code
sdmx_endpoint()
sdmx_endpoint("ESTAT")
sdmx_endpoint("global")

Run the code above in your browser using DataLab