MulaiMulai sekarang secara gratis

Fast writing to disk

As mentioned in the video, fwrite() writes data to disk is very fast! Also, just like fread() reads data in parallel, fwrite() also writes to file in parallel. The number of threads to write data to disk can be controlled using nThread argument.

Latihan ini adalah bagian dari kursus

Data Manipulation with data.table in R

Lihat Kursus

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

# Use write.table() to write batrips
___(___(batrips, "base-r.txt"))
Edit dan Jalankan Kode