print.emphatic {emphatic} | R 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 |
|
... |
other arguments passed on to |
Value
None.
Examples
mtcars |>
head() |>
hl('red') |>
print()
[Package emphatic version 0.1.8 Index]