View source: R/properties-table.R
| note_symbol | R Documentation |
note_symbol is a table property controlling marks for cell_note(). The
marks themselves are assigned when a huxtable is rendered rather than stored
in its cells, so subsetting does not modify cell-note metadata.
note_symbol(ht)
note_symbol(ht) <- value
set_note_symbol(ht, value)
ht |
A huxtable. |
value |
One of |
Numeric symbols are 1, 2, ...; Roman symbols are i, ii, ...; and
alphabetic symbols are a, b, ..., z, aa, .... Custom strings are
treated like a custom alphabet. For example, "+*" produces +, *,
++, +*, *+, ....
Custom Unicode symbols require support from the output format's font and rendering engine.
note_symbol() returns a character string. The replacement function
and set_note_symbol() return the modified huxtable.
ht <- set_cell_note(jams, 1, 1, "Price estimated")
ht <- set_note_symbol(ht, "+*")
note_symbol(ht)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.