Skip to content
Prev 74779 / 398502 Next

how to print a data.frame without row.names

.......................

    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")