From 0509480cb56d495c23787cc3e1a4505a4e456bb5 Mon Sep 17 00:00:00 2001 From: eblondel Date: Sun, 15 Dec 2024 23:12:15 +0100 Subject: [PATCH] missing rdoc for :package: to CRAN --- man/SDMXData-method.Rd | 27 +++++++++++++++++++++ man/SDMXStructureType-methods.Rd | 41 ++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 man/SDMXData-method.Rd create mode 100644 man/SDMXStructureType-methods.Rd diff --git a/man/SDMXData-method.Rd b/man/SDMXData-method.Rd new file mode 100644 index 0000000..9142843 --- /dev/null +++ b/man/SDMXData-method.Rd @@ -0,0 +1,27 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/SDMXData-methods.R +\docType{methods} +\name{setDSD} +\alias{setDSD} +\alias{setDSD,SDMXData-method} +\title{setDSD} +\usage{ +setDSD(obj, dsd) +} +\arguments{ +\item{obj}{An object deriving from class "SDMXData"} + +\item{dsd}{An object of class "SDMXDataStructureDefinition"} +} +\value{ +the 'obj' object of class "SDMXData" enriched with the dsd +} +\description{ +set the 'dsd' slot of a \code{SDMXData} object +} +\seealso{ +\link{SDMXData-class} +} +\author{ +Emmanuel Blondel, \email{emmanuel.blondel1@gmail.com} +} diff --git a/man/SDMXStructureType-methods.Rd b/man/SDMXStructureType-methods.Rd new file mode 100644 index 0000000..ad4c29b --- /dev/null +++ b/man/SDMXStructureType-methods.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/SDMXStructureType-methods.R, R/SDMX-methods.R, +% R/SDMXData-methods.R +\docType{methods} +\name{getStructureType} +\alias{getStructureType} +\alias{getStructureType,SDMXStructureType-method} +\alias{getStructureType,SDMXStructureType,ANY-method} +\alias{getNamespaces} +\alias{getNamespaces,SDMX-method} +\alias{getNamespaces,SDMX,ANY-method} +\alias{setDSD,SDMXData-method} +\alias{setDSD,SDMXData,ANY-method} +\title{getNamespaces} +\usage{ +getStructureType(obj) + +\S4method{getStructureType}{SDMXStructureType}(obj) + +getNamespaces(obj) + +\S4method{getNamespaces}{SDMX}(obj) + +\S4method{setDSD}{SDMXData}(obj, dsd) +} +\arguments{ +\item{obj}{An object deriving from class "SDMX"} +} +\value{ +an object of class \code{data.frame} giving the id and uri for each + of the namespaces handled in the SDMX-ML document. +} +\description{ +Access the namespaces of the SDMX-ML object +} +\seealso{ +\link{SDMX-class} +} +\author{ +Emmanuel Blondel, \email{emmanuel.blondel1@gmail.com} +}