return_all_possible_cuis.Rd
Returns all possible atoms associated with a single phrase search, either like or exact
return_all_possible_cuis( phrase, search_type = c("like", "exact"), limit = NULL )
phrase | phrase to be searched |
---|---|
search_type | like for double-ended wildcards in the SQL statement; exact for an exact match |