View source: R/OptimizeConceptSetExpression.R
optimizeConceptSetExpression | R Documentation |
given a concept set expression, get optimized concept set expression
optimizeConceptSetExpression( conceptSetExpression, vocabularyDatabaseSchema = "vocabulary", connection = NULL, connectionDetails = NULL, replaceNonStandardWithStandardEquivalent = TRUE, tempEmulationSchema = getOption("sqlRenderTempEmulationSchema") )
conceptSetExpression |
An R-object (list) with expression of the concept set. |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
connection |
An object of type |
connectionDetails |
An object of type |
replaceNonStandardWithStandardEquivalent |
Do you want to replace non standard with standard equivalent? |
tempEmulationSchema |
Some database platforms like Oracle and Impala do not truly support temp tables. To emulate temp tables, provide a schema with write privileges where temp tables can be created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.