format_tbl {pillar}R 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
)

[Package pillar version 1.10.2 Index]