Skip to content

Commit

Permalink
Update ResolveConceptSetExpression.R
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamrao committed Sep 30, 2024
1 parent bfa73aa commit 98cbffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/ResolveConceptSetExpression.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ resolveConceptSetExpression <- function(conceptSetExpression,
tempEmulationSchema = tempEmulationSchema
) |>
dplyr::distinct() |>
dplyr::arrange(conceptId) |>
dplyr::pull()
dplyr::arrange(conceptId)

return(resolvedConceptIds)
}

0 comments on commit 98cbffa

Please sign in to comment.