insight (version 0.11.0)

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

object, x

A data frame.

...

Arguments passed to other methods.

Value

A data frame.