Skip to content

Commit e01472d

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

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
@@ -83,8 +83,7 @@ print(dt_from_text)
8383
In many cases, `fread()` can automatically detect and decompress files with common compression extensions directly, without needing an explicit connection object or shell commands. This works by checking the file extension.
8484

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

0 commit comments

Comments
 (0)