| hl_adjust {emphatic} | R Documentation | 
Set options for printing on the emphatic matrix or data.frame
Description
Set options for printing on the emphatic matrix or data.frame
Usage
hl_adjust(.data, na, full_colour, text_mode, text_contrast)
Arguments
| .data | emphatic matrix or data.frame | 
| na | Character string to display for NA values. Default 'NA' | 
| full_colour | Use 24bit ANSI escape codes? default: FALSE - use 8bit colour. Note: RStudio only supports 8 bit ANSI output (24bit ANSI is rendered invisibly in Rstudio). For 24bit colour output, try R in the terminal e.g. 'iTerm' on OSX. | 
| text_mode | How to handle text if no text colour has been explicitly specified by the user. 
 | 
| text_contrast | When  | 
Value
emphatic object with updated options
Examples
mtcars |>
  hl('red') |>
  hl_adjust(text_contrast = 0.3)