subsetOnDoseUnit {CodelistGenerator} | R Documentation |
Subset a codelist to only those with a particular dose unit
Description
Subset a codelist to only those with a particular dose unit
Usage
subsetOnDoseUnit(x, cdm, doseUnit)
Arguments
x |
Codelist |
cdm |
A cdm reference |
doseUnit |
Dose unit. Use getDoseUnit() to find the available dose units in a cdm |
Value
The codelist with only those concepts associated with the dose unit
[Package CodelistGenerator version 3.1.0 Index]