Skip to content

Commit 343de2f

Browse files
authored
[wrapper] export wb_add_ignore_error() (#955)
1 parent da06c08 commit 343de2f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export(wb_add_filter)
6161
export(wb_add_font)
6262
export(wb_add_form_control)
6363
export(wb_add_formula)
64+
export(wb_add_ignore_error)
6465
export(wb_add_image)
6566
export(wb_add_mschart)
6667
export(wb_add_named_region)

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# openxlsx2 (in development)
22

3+
## Fixes
4+
5+
* Export `wb_add_ignore_error()`. [955](https://github.com/JanMarvin/openxlsx2/pull/955)
6+
37

48
***************************************************************************
59

R/class-workbook-wrappers.R

+1
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,7 @@ wb_add_sparklines <- function(wb, sheet = current_sheet(), sparklines) {
36923692
#' @param unlocked_formula unlockedFormula
36933693
#' @param ... additional arguments
36943694
#' @return The `wbWorkbook` object, invisibly.
3695+
#' @export
36953696
wb_add_ignore_error <- function(
36963697
wb,
36973698
sheet = current_sheet(),

0 commit comments

Comments
 (0)