Skip to contents

Unzip and read contents of a zipfile into R memory

Usage

readFromZip(zipfile, exdir, rec)

Arguments

zipfile

(character) path to the compressed file

exdir

(character) path to where contents of the compressed file should be extracted

rec

(data.frame) A full record (entire row) from the backbone.data_source table corresponding to the data source of interest. Usually created using getDataSourceRecord function

Value

(data.frame) An untransformed version of the source data