R/internals.R

library(XML)
.toc.xml = NULL
.eus.toc.load.xml = function(){
  if(is.null(.toc.xml)){
    filename = system.file("extdata", 'table_of_contents.xml', package = "REurostats")
    .toc.xml <<- xmlInternalTreeParse(filename)
  }
  .toc.xml
}
alexmasselot/REurostats documentation built on May 12, 2019, 1:37 a.m.