I downloaded Sce interaction data from DIP. The text files seems to use the Windows format and cause an import error in R on my Snowleopard laptop. I then import this DIP text file into Excel and and it worked. I save the files in csv format using Excel. This generated csv file can be load into R correctly.
dip.sce.tb = read.csv( "Scere20131031.csv")
No comments:
Post a Comment