Hi, I wish to NEATLY store, and later display one table per file (similar to capabilities of write.table()).
BUT BY NEATLY I MEAN: 1. Column Headings right aligned with data values. 2. Decimal points line-up per column. 3. Data values padded trailing zeros per column (if not integers). 4. "Tricky" formats such as certain characters/dates possibly chosen by the user? bla bla bla I do not care about increased memory storage but my main concern is to DISPLAY contents of file. what is best/quickest way to achieve this? cheers SG ********************************DISCLAIMER**************...{{dropped:15}} ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.