findNamespace: findNamespace
Description
function used to find a specific namespace within the available namespaces of an SDMX-ML objectUsage
findNamespace(namespaces, messageType)
Arguments
namespaces
A data.frame
giving the id and uri of namespaces available in a SDMX-ML object, typically obtained with getNamespaces messageType
a character
representing a message type
Value
- an object of class "character" giving the namespace uri if found in the
available namespaces
Warning
findNamespace
is a function used internally as utility
function in SDMX-ML object parsers.