subsetOnDomain {CodelistGenerator} | R Documentation |
Subset a codelist to only those codes from a particular domain
Description
Subset a codelist to only those codes from a particular domain
Usage
subsetOnDomain(x, cdm, domain)
Arguments
x |
Codelist |
cdm |
A cdm reference |
domain |
Domains. Use getDomains() to find the available domains in a cdm |
Value
The codelist with only those concepts associated with the domain
[Package CodelistGenerator version 3.3.1 Index]