Hello everyone,
I'm a new R user. I've just tried to import text file in R. When I used 'import dataset' it opened columns but every value were 'N/A'. Then I used to import by code. I used the following code
ds<-read.table("C:/Path/name.txt",header=TRUE,sep=","), but it opens just one column where values are not shown again. It's opened nicely in excel but not in R.
Could you please suggest any solution to this problem?
Thank you in advance.