format_tbl: Formatting of tbl objects

View source: R/tbl-format.R

format_tblR Documentation

Formatting of tbl objects

Description

See tibble::formatting for details.

Usage

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

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

hadley/pillar documentation built on April 26, 2024, 4:19 a.m.