Dear all,
   I want to import just part of an excel data file into R.
   I would like to have the data imported without
rownames or colume names.
  I used read.delim("clipboard", header=F).  Somehow even though
I added the argument "header=F", I still have the row names V1, V2, ...,
Does anyone know how to fix this?
   Thanks very much in advance.
      Hannah

        [[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