1.8 자료 저장 (Saving Data)

write.csv() 함수를 사용한다.

다음은 흔히 사용하는 예이다.

write.csv(myData, "myData.csv", row.names=F, quote=F, na="")