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)
}

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.