View source: R/collect_query_terms.R
Interactively collect phrases that will be used in the WHERE clause in the SQL statement
1 | collect_query_terms(input_dataframe, output_data_name, script_step_number)
|
input_dataframe |
dataframe in the KEY format that contains 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 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.