I used this code below:
Tmps <- read.csv(file = 'data/T.csv')
It gives me this output
I want the output like this, This CSV file looks like below: What am I doing wrong?
I used this code below:
Tmps <- read.csv(file = 'data/T.csv')
It gives me this output
I want the output like this, This CSV file looks like below: What am I doing wrong?