Skip to content

Commit e9f2861

Browse files
Add url link in compressLevel documentation
1 parent 2fe3099 commit e9f2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/fwrite.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fwrite(x, file = "", append = FALSE, quote = "auto",
5959
\item{nThread}{The number of threads to use. Experiment to see what works best for your data on your hardware.}
6060
\item{showProgress}{ Display a progress meter on the console? Ignored when \code{file==""}. }
6161
\item{compress}{If \code{compress = "auto"} and if \code{file} ends in \code{.gz} then output format is gzipped csv else csv. If \code{compress = "none"}, output format is always csv. If \code{compress = "gzip"} then format is gzipped csv. Output to the console is never gzipped even if \code{compress = "gzip"}. By default, \code{compress = "auto"}.}
62-
\item{compressLevel}{Level of compression between 1 (fastest method but less compression) and 9 (slowest compression method). The default compression level is 6 which is a good compromise.}
62+
\item{compressLevel}{Level of compression between 1 and 9, 6 by default. See \url{https://linux.die.net/man/1/gzip} for details.}
6363
\item{yaml}{If \code{TRUE}, \code{fwrite} will output a CSVY file, that is, a CSV file with metadata stored as a YAML header, using \code{\link[yaml]{as.yaml}}. See \code{Details}. }
6464
\item{bom}{If \code{TRUE} a BOM (Byte Order Mark) sequence (EF BB BF) is added at the beginning of the file; format 'UTF-8 with BOM'.}
6565
\item{verbose}{Be chatty and report timings?}

0 commit comments

Comments
 (0)