set_markdown_contents | R Documentation |
This convenience function calls set_contents()
and set_markdown()
.
set_markdown_contents(ht, row, col, value)
ht |
A huxtable. |
row |
A row specifier. See rowspecs for details. |
col |
An optional column specifier. |
value |
Cell contents, as a markdown string. |
The modified huxtable.
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.
markdown()
.
set_markdown_contents(jams, 1, 1,
"**Type** of jam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.