R/dt2_options.R
dt2_cols_escape.Rd
Controls whether cell content is HTML-escaped before display.
dt2_cols_escape(options = list(), cols, escape = TRUE)
Options list.
Names or indices.
If TRUE (default), HTML special characters are escaped so the raw text is shown. If FALSE, the content is rendered as raw HTML (use with care; only for trusted content).
TRUE
FALSE
Updated options.
options