print.emphatic: Print an 'emphatic' data.frame, matrix or atomic vector

View source: R/core.R

print.emphaticR Documentation

Print an emphatic data.frame, matrix or atomic vector

Description

Print an emphatic data.frame, matrix or atomic vector

Usage

## S3 method for class 'emphatic'
print(x, ...)

Arguments

x

emphatic data.frame, matrix or atomic vector

...

other arguments passed on to format()

Value

None.

Examples

mtcars |>
  head() |>
  hl('red') |>
  print()

coolbutuseless/emphatic documentation built on Dec. 27, 2024, 1:18 a.m.