fwriteGz | R Documentation |
Wrapper for fwrite and gz from R.utils
fwriteGz(df, filename, gzip = T, delim = "\t", overwriteGz = T, ...)
df |
Dataframe or data.table to save |
filename |
Filename without gz suffix |
gzip |
Whether to gz after writing, Default: T |
delim |
Delimiter, Default is tab |
overwriteGz |
Overwrite an existing gz file Default: T |
... |
passed to fwrite() |
Should work on Linux and Windows
The written and gz compressed file
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.