View source: R/FindOrphanConcepts.R
findOrphanConcepts | R Documentation |
Get all the domain id(s) in the vocabulary schema.
findOrphanConcepts( connectionDetails = NULL, connection = NULL, vocabularyDatabaseSchema = "vocabulary", tempEmulationSchema = getOption("sqlRenderTempEmulationSchema"), conceptIds )
connectionDetails |
An object of type |
connection |
An object of type |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
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. |
conceptIds |
an array of conceptIds that are used as reference to search for orphan concepts |
Returns a tibble data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.