R/Class-SDMXAgency.R

#' @name SDMXAgency
#' @docType class 
#' @aliases SDMXAgency-class
#' 
#' @title Class "SDMXAgency"
#' @description A basic class to handle a SDMX Concept
#'    
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
#'
setClass("SDMXAgency",
         contains = "SDMXOrganisation",
         representation(),
         prototype = list(),
         validity = function(object){
           return(TRUE);
         }
)

Try the rsdmx package in your browser

Any scripts or data that you put into this service are public.

rsdmx documentation built on Aug. 28, 2023, 5:09 p.m.