Skip to content
Prev 74770 / 398502 Next

how to print a data.frame without row.names

Le 02.08.2005 15:45, Heinz Tuechler a ??crit :
See write.table and its row.names argument

R> write.table(df1, row.names=FALSE)

Romain