R/test.metadata.R

Defines functions test.metadata

Documented in test.metadata

###################################################################
# cjgb
# 20120305
# Function intended for testing metadata files
###################################################################

test.metadata <- function(file, md.1, md.2, encoding = "UTF-8"){
  read.fwf.microdata(file, md.1, md.2, fileEncoding = encoding)
}

Try the MicroDatosEs package in your browser

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

MicroDatosEs documentation built on Nov. 24, 2023, 5:09 p.m.