fmt_missing {gt} | R Documentation |
Format missing values (deprecated)
Description
Format missing values (deprecated)
Usage
fmt_missing(
data,
columns = everything(),
rows = everything(),
missing_text = "---"
)
Arguments
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 |
Function Introduced
v0.2.0.5
(March 31, 2020)