View source: R/GetDrugIngredients.R
getDrugIngredients | R Documentation |
Given an array of drug concept ids, returns their ingredients
getDrugIngredients( connection = NULL, connectionDetails = NULL, tempEmulationSchema = getOption("sqlRenderTempEmulationSchema"), conceptIds, vocabularyDatabaseSchema = "vocabulary" )
connection |
An object of type |
connectionDetails |
An object of type |
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 concept ids to find ingredients for |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
Returns a tibble data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.