Skip to content

Commit

Permalink
[pt] use choo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Nov 23, 2023
1 parent ff44f24 commit 89dd16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class-workbook.R
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ wbWorkbook <- R6::R6Class(
showMissing = showMissing,
crossFilter = crossFilter
),
xml_children = get_items(x, which(names(x) == slicer), NULL, slicer = TRUE, choose = choose)
xml_children = get_items(x, which(names(x) == slicer), NULL, slicer = TRUE, choose = choo)
)

slicer_cache <- read_xml(sprintf(
Expand Down

0 comments on commit 89dd16f

Please sign in to comment.