pillar (version 1.9.0)

format_tbl: Formatting of tbl objects

Description

See tibble::formatting for details.

Usage

# S3 method for tbl
print(
  x,
  width = NULL,
  ...,
  n = NULL,
  max_extra_cols = NULL,
  max_footer_lines = NULL
)

# S3 method for tbl format( x, width = NULL, ..., n = NULL, max_extra_cols = NULL, max_footer_lines = NULL )

Arguments