fmt_missing | R Documentation |
Format missing values (deprecated)
fmt_missing(
data,
columns = everything(),
rows = everything(),
missing_text = "---"
)
data |
The gt table data object
This is the gt table object that is commonly created through use of the
|
columns |
Columns to target
Can either be a series of column names provided in |
rows |
Rows to target
In conjunction with |
missing_text |
The text to be used in place of |
v0.2.0.5
(March 31, 2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.