I have my data in a csv file. When I use the read.csv function for create a variable, apparently R assumes the first column like labels but my data is organized differently. In the csv file is the first row with the labels and each column contains the corresponding numbers. When I run the read.csv function R introduce a new cell with the "row.names" label and displace my original labels. I have consulted numerous tutorials and websites, including AI, but I have not been able to solve it. Can anyone give me their opinion on this? Has the same thing happened to anyone?
I hope to get some advices on this