| hl_opts | R Documentation | 
Create a set of options
hl_opts(
  na = getOption("HL_NA", "NA"),
  full_colour = getOption("HL_FULL_COLOUR", FALSE),
  text_mode = getOption("HL_TEXT_MODE", "contrast"),
  text_contrast = getOption("HL_TEXT_CONTRAST", 1)
)
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   | 
named list of standard options
# Generate a standard set of options
hl_opts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.