Hello, How do I make R use the use.names option in a context like this: lapply(data, function(x)(read.table(x,quote="",header=TRUE,sep="\t")), use.names=TRUE) Thanks for any insights, Joh