View source: R/ConvertConceptSetDataFrameToExpression.R
convertConceptSetDataFrameToExpression | R Documentation |
Convert concept set expression in a data frame format convert to R (list) expression
convertConceptSetDataFrameToExpression( conceptSetExpressionDataFrame, selectAllDescendants = FALSE, updateVocabularyFields = FALSE, connectionDetails = NULL, connection = NULL, vocabularyDatabaseSchema = NULL )
conceptSetExpressionDataFrame |
Concept set expression in data frame format with required fields conceptId. If includeMapped, isExcluded or includeDescendants are missing value or is not existent - it is assumed to be FALSE. All column names should be in camelCase format. |
selectAllDescendants |
Do you want to over ride the concept set expression by add select descendants for concept ids in concept set expression. |
updateVocabularyFields |
Do you want to update the details about concepts from the vocabulary tables such as domain, vocabulary, concept name? If yes, then connection or connectionDetails to a remote db with OMOP vocabulary tables is needed. |
connectionDetails |
An object of type |
connection |
An object of type |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
Returns a R list object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.