Skip to content

Commit

Permalink
fix to get_dataset_object
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Feb 13, 2024
1 parent 7ac7ff7 commit 6a388eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/convenience.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ subset_factorValues <- function(factorValues,

subset_ids <- subset %>% purrr::map('ID') %>% unlist

in_subset <- packed_info$design$factorValues %>% purrr::map_lgl(function(x){
in_subset <- factorValues %>% purrr::map_lgl(function(x){
any(x$ID %in% subset_ids)
})

Expand Down

0 comments on commit 6a388eb

Please sign in to comment.