R/getEurostatDictionary.R

Defines functions getEurostatDictionary

Documented in getEurostatDictionary

getEurostatDictionary <-
	function(dictname) {
  read.table(paste("http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=dic%2Fen%2F",dictname,".dic",sep=""), sep="\t", header=F, stringsAsFactors=FALSE)
}
pbiecek/SmarterPoland documentation built on Aug. 22, 2023, 7:43 p.m.