Skip to content

Commit

Permalink
#181 support M3 Codelist catalogues
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 1, 2024
1 parent 98bfe25 commit dae526e
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 199 deletions.
8 changes: 2 additions & 6 deletions R/ISOAbstractObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -1777,10 +1777,6 @@ cacheISOClasses <- function(){
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
#
getISOClasses <- function(){
if("package:geometa" %in% search()){
if(length(.geometa.iso$classes)==0) cacheISOClasses()
return(.geometa.iso$classes)
}else{
getClassesInheriting(classname = "ISOAbstractObject", extended = TRUE, pretty = FALSE)
}
if(length(.geometa.iso$classes)==0) cacheISOClasses()
return(.geometa.iso$classes)
}
Loading

0 comments on commit dae526e

Please sign in to comment.