Skip to content

Commit 64b859e

Browse files
Update vignettes/datatable-fread-and-fwrite.Rmd
Co-authored-by: Benjamin Schwendinger <[email protected]>
1 parent e01472d commit 64b859e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vignettes/datatable-fread-and-fwrite.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ In many cases, `fread()` can automatically detect and decompress files with comm
8484

8585
**Supported extensions typically include:**
8686
- `.gz` / `.bz2` (gzip / bzip2): Supported and works out of the box.
87-
- `.zip` (ZIP archives, single file): Supported—`fread()` will read the first file in the archive if only one file is present.
88-
- `.tar` (tar archives, single file): Supported—`fread()` will read the first file in the archive if only one file is present.
87+
- `.zip` / `.tar` (ZIP / tar archives, single file): Supported—`fread()` will read the first file in the archive if only one file is present.
8988

9089
> Note: If there are multiple files in the archive, `fread()` will fail with an error.
9190

0 commit comments

Comments
 (0)