Message-ID: <17135.41487.149836.798318@stat.math.ethz.ch>
Date: 2005-08-02T16:40:47Z
From: Martin Maechler
Subject: how to print a data.frame without row.names
In-Reply-To: <3.0.6.32.20050802174607.007ae100@pop.gmx.net>
>>>>> "Heinz" == Heinz Tuechler <tuechler at gmx.at>
>>>>> on Tue, 02 Aug 2005 17:46:07 +0200 writes:
.......................
Heinz> I tried this, but then the column headers and column
Heinz> contents are not aligned.
........................
Use the tabulator if you need them aligned :
write.table(USArrests, row.names = FALSE, sep = "\t")