In this unit, you will learn how to export your data from R. Please use the following code to study along with the video lesson:
Code 1: write.table(..code..), file=’name1.csv’, sep=”,”
* Try to type the code by yourself into R as the error often occurs with copying and pasting.