Description Usage Arguments Details Value Author(s) References See Also Examples
Generic, with a method for data.frame that right-justifies headers and columns, padding with spaces.
1 2 | ## S3 method for class 'data.frame'
fixedwidth(x, ...)
|
x |
a data.frame |
... |
extra arguments, ignored |
There does not seem to be a way to get write.table
to produce fixed-width output.
fixedwidth.data.frame
gives essentially the same result as
print.data.frame
. Columns and headers are padded, suitable for output
to a file using the defaults for write.table
(sep=' '
).
data.frame; all columns are character
Tim Bergsma
http://metrumrg.googlecode.com
write.table
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.