find_all_umls_strs_in_athena: This function takes all the possible strings associated with...

Description Usage Arguments

View source: R/find_all_umls_strs_in_athena.R

Description

This function takes all the possible strings associated with a UMLS cui, splits each individual string into tokens and performs a "LIKE" query on the combination of tokens per string in athena

Usage

1
find_all_umls_strs_in_athena(input_df, cui_col, label_col)

Arguments

input_df

Input dataframe should have a minimum of 2 columns. One of the CUI and the 2nd of the label for the cui, which can be either an exact string associated with the CUI or another label


patelm9/cartographR4 documentation built on April 8, 2020, 7:21 p.m.