Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私zipはRCompressionパッケージを見つけましたが、彼らはできますか:
zip
RCompression
write.zip(x, file = "foo.zip")
あなたがしたようにwrite.csv?
write.csv
も承知しておりgzfileます。
gzfile
gzip を使用して可能です。
write.csv(mtcars, file=gzfile("mtcars.csv.gz"))