diff --git a/R/translateTerms.R b/R/translateTerms.R index 699f122..43470d4 100755 --- a/R/translateTerms.R +++ b/R/translateTerms.R @@ -258,11 +258,11 @@ translateTerms <- function(terms, index = NULL, source = NULL, strict = FALSE, toTranslate <- tempOut %>% filter(target == "missing") - # in case a set of limiting terms has been set, use to subset - if(!is.null(limit)){ - toTranslate <- toTranslate %>% - filter(target %in% limit) - } + # # in case a set of limiting terms has been set, use to subset + # if(!is.null(limit)){ + # toTranslate <- toTranslate %>% + # filter(target %in% limit) + # } if(dim(toTranslate)[1] != 0){