Description Usage Arguments Value
View source: R/collect_key_words.R
Interactively collect keywords associated with a concept that will be used in the WHERE clause in the SQL statement
1 | collect_key_words(dataframe, script_step_number, output_dataframe_name)
|
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 |
original dataframe with a KEY_WORD column as a comma-separated string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.