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