00:01
Hello students, today we will discuss about this question.
00:03
In this question we are given that suppose you have a text dot txt file which contains the following contents.
00:11
So here it is index, symbol and color.
00:18
One, two, three, four, five and six.
00:22
Here, symbol that is a, b, c, d, e, and f, and color is red for all.
00:29
Then the first line that is index symbol color represent the column names of the data.
00:36
In addition, the fields are separated by slash t.
00:42
Now here we need to find in the part a we need to write a proper r command to read this file and store.
01:03
The data in variable var that is equals to question mark...