Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Dec 21, 2023
1 parent 1173c09 commit 7e1d565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/methods-Megastudy.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ findStudyVocabularyByVariableSpec <- function(vocabs, variables, variableSpec) {
} else {
index <- which(purrr::map(vocabVariableSpecs, function(x) {veupathUtils::getColName(x)}) == veupathUtils::getColName(variableSpec))
}
message(paste("index", index))
message(paste("vocabs:", length(vocabs)))


return(vocabs[[index]])
}
Expand Down

0 comments on commit 7e1d565

Please sign in to comment.