Learn R Programming

huxtable (version 5.5.7)

set_markdown_contents: Set cell contents, interpreting them as markdown

Description

This convenience function calls set_contents() and set_markdown().

Usage

set_markdown_contents(ht, row, col, value)

Value

The modified huxtable.

Arguments

ht

A huxtable.

row

A row specifier. See rowspecs for details.

col

An optional column specifier.

value

Cell contents, as a markdown string.

See Also

markdown().

Examples

Run this code
set_markdown_contents(jams, 1, 1,
      "**Type** of jam")

Run the code above in your browser using DataLab