Skip to contents

Create a table data cell.

Usage

ds_td(...)

Arguments

...

Cell content

Value

A Shiny tag object

Examples

ds_td("Cell content")
#> <td>Cell content</td>