sdmx_endpoint {validate}R Documentation

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

sdmx_endpoint()
sdmx_endpoint("ESTAT")
sdmx_endpoint("global")


[Package validate version 1.1.5 Index]