Displaying 1 result from an estimated 1 matches for "tp947390p947391".
2009 Dec 03
1
reading table
Hi there,
I am completely new in R.
I am trying to read a table that has no feature, so cannot put it in Excel
as usual.
I saved it as a txt file on the same root as my R program with the name
pro.txt.
Now I am looking to import it in my program as a matrix by excluding the
column titles, and the rows number.
I tried this A <- read.table("pro.txt",header = T), but did not work