display: Generic export of data frames into formatted tables
Description
display() is a generic function to export data frames
into various table formats (like plain text, markdown, ...). print_md()
usually is a convenient wrapper for display(format = "markdown"). See
the documentation for the specific objects' classes.
Usage
display(object, ...)print_md(x, ...)
Arguments
...
Arguments passed to other methods.