Closed krlmlr closed 6 years ago
if installed, for parallel compression.
if (Sys.which("pigz") != "") { con <- pipe("nice pigz > outfile.rds", mode = "wb") }
One could argue this should be built into R, but for now...
once this turns up in R I'll do it, but I don't think that piping out will be good enough
if installed, for parallel compression.
One could argue this should be built into R, but for now...