This convenience function calls set_contents()
and set_markdown()
.
Arguments
- ht
A huxtable.
- row
A row specifier. See rowspecs for details.
- col
An optional column specifier.
- value
Cell contents, as a markdown string.
Note
Markdown content in cells is completely separate from printing the whole
table as markdown using print_md()
. When you set markdown
to TRUE
,
huxtable itself interprets the cell contents as markdown, and spits out HTML,
TeX or whatever.