From 1072490bbe7b2d02c10f97666a6d354051eafd23 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Tue, 3 Oct 2023 07:45:34 -0700 Subject: [PATCH] Improve heading --- vignettes/vroom.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/vroom.Rmd b/vignettes/vroom.Rmd index 91faa6da..15e879f1 100644 --- a/vignettes/vroom.Rmd +++ b/vignettes/vroom.Rmd @@ -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: