View source: R/availableRouteCategories.R
| associatedRouteCategories | R Documentation |
Get the dose form categories available in the database (see https://doi.org/10.1002/pds.5809) for more details on how routes were classified).
associatedRouteCategories(x, cdm)
x |
A codelist. |
cdm |
A cdm reference to an OMOP CDM dataset. If data is held within a database, the vocabulary tables should be in the same schema as the clinical tables (person, observation period, and so on). |
A character vector with all available routes.
library(CodelistGenerator)
library(omock)
# Create CDM object
cdm <- mockCdmReference()
# Get all dose forms available in a codelist
codelist <- newCodelist(list("codes1" = c(194152L, 1830279L, 40558872L),
"codes2" = c(44022939L)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.