This function allows to hide / ignore certain types of errors shown in a worksheet.
wb_add_ignore_error(
wb,
sheet = current_sheet(),
dims = "A1",
calculated_column = FALSE,
empty_cell_reference = FALSE,
eval_error = FALSE,
formula = FALSE,
formula_range = FALSE,
list_data_validation = FALSE,
number_stored_as_text = FALSE,
two_digit_text_year = FALSE,
unlocked_formula = FALSE,
...
)
The wbWorkbook
object, invisibly.
A workbook
A sheet name or index.
Cell range to ignore the error
calculatedColumn
emptyCellReference
evalError
formula
formulaRange
listDataValidation
If TRUE
, will not display the error if numbers are stored as text.
twoDigitTextYear
unlockedFormula
additional arguments