Description Usage Arguments Details See Also Examples
Print a data frame.
1 2 3 |
x |
object of class |
... |
optional arguments to |
digits |
the minimum number of significant digits to be used: see
|
quote |
logical, indicating whether or not entries should be printed with surrounding quotes. |
right |
logical, indicating whether or not strings should be right-aligned. The default is right-alignment. |
row.names |
logical (or character vector), indicating whether (or what) row names should be printed. |
This calls format
which formats the data frame
column-by-column, then converts to a character matrix and dispatches
to the print
method for matrices.
When quote = TRUE
only the entries are quoted not the row names
nor the column names.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.