[R] how to use print() without column names?

Thomas Lumley tlumley at u.washington.edu
Wed Dec 1 18:50:27 CET 2004


On Thu, 2 Dec 2004, Hu Chen wrote:

> Hi all,
> any guy who knows how to print a data frame without column names printed?
> I didn't find a parameter in print() function to turn off this.
> Neither in options().

One option is to use write.table() instead of print().

 	-thomas




More information about the R-help mailing list