Description Usage Arguments Value
View source: R/amend_key_words.R
Interactively collect keywords associated with a concept that will be used in the WHERE clause in the SQL statement
1 2 3 4 5 6 7 8 | amend_key_words(
path_to_key,
identity_id,
key_field,
key_concept_name,
...,
path_to_local_repo = NULL
)
|
concept_col |
column to use to filter for the row to amend in the dataframe captured by "script_step_number, "_", output_dataframe_name, ".RData"" |
concept_to_amend |
character vector of length one of the exact concept in concept_col that requires amending |
key_words_to_add |
character vector of length one separated by commas of new key_words to add to the string of keywords |
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 |
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. |
dataframe with key_words with the addition of a new key_word
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.