[R] lapply and use.names howto

Johannes Graumann johannes_graumann at web.de
Thu Feb 15 09:41:20 CET 2007


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



More information about the R-help mailing list