String, indicating the output format. Currently, only
"markdown" is supported.
digits
Number of decimal places.
caption
Table caption as string. If NULL, no table caption is printed.
...
Currently not used.
Value
A character vector. If format = "markdown", the return value
will be a character vector in markdown-table format.
Details
display() is useful when the table-output from functions,
which is usually printed as formatted text-table to console, should
be formatted for pretty table-rendering in markdown documents, or if
knitted from rmarkdown to PDF or Word files. See
vignette
for examples.