Skip to content
Prev 70746 / 398502 Next

read.delim2 regarding "#"

Hai Lin wrote:
Please (re)read ?read.delim2. It is just a wrapper for read.table. The 
latter has an argument for comment.char. Maybe try:

Exp <- read.delim2("Exp.txt", check.names = FALSE,
                     as.is = TRUE, comment.char = "")

--sundar