Skip to content

Commit

Permalink
handling initial teal_slice
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Aug 1, 2023
1 parent d566c3f commit 433176c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ init <- function(data,
# This is a temporary measure and will be removed two release cycles from now (now meaning 0.13.0).
filter <- list_to_teal_slices(filter)
}
# convert teal.slice::teal_slices to teal::teal_slices
filter <- as.teal_slices(as.list(filter))

# check teal_slices
for (i in seq_along(filter)) {
Expand Down

0 comments on commit 433176c

Please sign in to comment.