open csv file using notepad
How will you open csv file using notepad 

R Introduction-to-Data-Frames-in-R 06-07 min 30-40 sec 16-06-20, 11:54 a.m. bindukannan

Answers:

On the Windows operating system, you need to right-click on the CSV file and select Open with Notepad. 
On the Linux operating system, you should open a terminal and type gedit myfile.csv. Please note that myfile is the name of the CSV file. 
16-06-20, 12:39 p.m. sudhakarst


Click here to reply/comment online