wb_add_ignore_error {openxlsx2} | R Documentation |
Ignore error types on worksheet
Description
This function allows to hide / ignore certain types of errors shown in a worksheet.
Usage
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,
...
)
Arguments
wb |
A workbook |
sheet |
A sheet name or index. |
dims |
Cell range to ignore the error |
calculated_column |
calculatedColumn |
empty_cell_reference |
emptyCellReference |
eval_error |
evalError |
formula |
formula |
formula_range |
formulaRange |
list_data_validation |
listDataValidation |
number_stored_as_text |
If |
two_digit_text_year |
twoDigitTextYear |
unlocked_formula |
unlockedFormula |
... |
additional arguments |
Value
The wbWorkbook
object, invisibly.
[Package openxlsx2 version 1.8 Index]