Unzip and read contents of a zipfile into R memory
readFromZip.Rd
Unzip and read contents of a zipfile into R memory
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