This function reads delimited files stored in a zip file
Usage
read_delim_zip(x, encoding = "latin1", delim = ";", pattern = "", ...)
Arguments
- x
zip file.
- delim
See vroom::vroom()
- pattern
A regular expression to be matched in the given compressed files character vector.
- ...
vroom::vroom()
args.
- enconding
Set the encoding of the delimited files.