Learn R Programming

openxlsx2 (version 0.7)

wb_add_ignore_error: Ignore error on worksheet

Description

Ignore error on worksheet

Usage

wb_add_ignore_error(
  wb,
  sheet = current_sheet(),
  dims = "A1",
  calculatedColumn = FALSE,
  emptyCellReference = FALSE,
  evalError = FALSE,
  formula = FALSE,
  formulaRange = FALSE,
  listDataValidation = FALSE,
  numberStoredAsText = FALSE,
  twoDigitTextYear = FALSE,
  unlockedFormula = FALSE
)

Arguments

wb

workbook

sheet

sheet

dims

dims

calculatedColumn

calculatedColumn

emptyCellReference

emptyCellReference

evalError

evalError

formula

formula

formulaRange

formulaRange

listDataValidation

listDataValidation

numberStoredAsText

numberStoredAsText

twoDigitTextYear

twoDigitTextYear

unlockedFormula

unlockedFormula