R/grepEurostatTOC.R

Defines functions grepEurostatTOC

Documented in grepEurostatTOC

grepEurostatTOC <-
function(pattern) {
  setEurostatTOC()
  tmp <- get(".eurostatTOC", envir = .SmarterPolandEnv)
  tmp <- tmp[tmp[,3]=="dataset",]
  tmp[grep(as.character(tmp[,1]), pattern=pattern),]
}

Try the SmarterPoland package in your browser

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

SmarterPoland documentation built on Aug. 21, 2023, 1:06 a.m.