Description Usage Arguments Details Value Examples
Given any given concept_id or string of text this function generates keyword and ignore lists based on the expansion of concepts (looking at their synonyms).
1  | buildKeywordList(connection, aphroditeConceptName, schema, dbms)
 | 
connection | 
 The connection to the database server.  | 
aphroditeConceptName | 
 The string of text / concept name to use.  | 
schema | 
 The database schema being used.  | 
dbms | 
 The target DBMS for SQL to be rendered in.  | 
Takes the aphroditeConceptName looks for synonyms and builds a list of related concepts using the vocabulary hierarchies
A list with two elements: a list of positive keywords found (keywordlist_ALL), and a list of ignore keywords (ignorelist_ALL)
1 2 3 4 5 6  | ## Not run: 
wordLists <- buildKeywordList(conn, aphrodite_concept_name, cdmSchema, dbms)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.