collect_key_words: Interactively collect keywords associated with a concept that...

Description Usage Arguments Value

View source: R/collect_key_words.R

Description

Interactively collect keywords associated with a concept that will be used in the WHERE clause in the SQL statement

Usage

1
collect_key_words(dataframe, script_step_number, output_dataframe_name)

Arguments

dataframe

dataframe the column of source concepts that need to be mapped

script_step_number

the number assigned to the script this function is being run on. This is important because the R object will be saved with the script number as a prefix. If it is NULL, then it will not be saved.

output_dataframe_name

character vector of length 1 that will be the name of the output data, which will be list split based on concept and additional column of the new terms

Value

original dataframe with a KEY_WORD column as a comma-separated string


patelm9/cartographR3 documentation built on Dec. 27, 2019, 2:24 a.m.