print.SNOMEDconcept {Rdiagnosislist} | R Documentation |
Display a SNOMEDconcept object with descriptions
Description
SNOMEDconcept is an S3 class for vectors of SNOMED concept IDs as 64-bit integers. This function checks whether the object has the class SNOMEDconcept and is a vector of 64-bit integers.
Usage
## S3 method for class 'SNOMEDconcept'
print(x, ...)
Arguments
x |
SNOMEDconcept object, or something that can be coerced to one |
... |
not required |
Value
invisibly returns a character vector of the SNOMED CT concepts with descriptions separated by pipe (|)
See Also
Other SNOMEDconcept functions:
as.data.frame.SNOMEDconcept()
,
c.SNOMEDconcept()
,
is.SNOMEDconcept()
,
union.SNOMEDconcept()
,
unique.SNOMEDconcept()
[Package Rdiagnosislist version 1.2 Index]