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


Thanks

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to