Skip to content

Commit

Permalink
Improve heading
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 7, 2023
1 parent 7eef177 commit 1072490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/vroom.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ vroom(file)
`vroom()` decompresses, indexes and writes the decompressed data to a file in the temp directory in a single stream.
The temporary file is used to lazily look up the values and will be automatically cleaned up when all values in the object have been fully read, the object is removed, or the R session ends.

### Reading individual files from multiple multi-file zip archives
### Reading individual files from a multi-file zip archive

If you are reading a zip file that contains multiple files with the same format, you can read a subset of the files at once like so:

Expand Down

0 comments on commit 1072490

Please sign in to comment.