File: namespaces.SDMX.Rd

package info (click to toggle)
r-cran-rsdmx 1%3A0.6-2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,016 kB
  • sloc: sh: 13; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{namespaces.SDMX}
\Rdversion{1.1}
\alias{namespaces.SDMX}
\title{namespaces.SDMX}

\description{function used to get the namespaces handled by an SDMX-ML object}

\usage{
namespaces.SDMX(xmlObj)
}

\arguments{
\item{xmlObj}{an object of class "XMLInternalDocument"}
}

\value{an object of class "data.frame" giving the namespace(s) id and uri}

\author{Emmanuel Blondel, \email{emmanuel.blondel1@gmail.com}}

\section{Warning}{\code{namespaces.SDMX} is a function used internally to get the
namespaces of the SDMX-ML object through \link{getNamespaces}. This last function
is used an utility re-used in the different SDMX document parsers.}

\seealso{\link{SDMXType-class} \link{getNamespaces}}