open csv file using notepad
Title
Question
<span style="font-size: 15px;">How will you open csv file using notepad </span>
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.
Login to add comment