| gunzip_file | R Documentation |
Streams src (a gzip-compressed file) through gzfile() into dest,
fully closing both connections before returning. Closing the output
connection flushes R's internal buffer to disk; skipping that step can
leave the trailing bytes — where a .duckdb_extension stores its metadata
footer — unwritten, yielding a corrupt file.
gunzip_file(src, dest)
src |
Character scalar. Path to the gzip-compressed source file. |
dest |
Character scalar. Path to write the decompressed output to. |
Invisibly returns dest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.