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
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.