| unique.SNOMEDconcept | R Documentation | 
SNOMEDconcept is an S3 class for vectors of SNOMED concept IDs as 64-bit integers. This function returns a vector containing only unique SNOMEDconcept values.
## S3 method for class 'SNOMEDconcept'
unique(x, ...)
| x | SNOMEDconcept vector | 
| ... | other variables to pass on to the underlying 'unique' function | 
SNOMEDconcept vector with duplicates removed
Other SNOMEDconcept functions: 
as.data.frame.SNOMEDconcept(),
c.SNOMEDconcept(),
is.SNOMEDconcept(),
print.SNOMEDconcept(),
union.SNOMEDconcept()
hf <- SNOMEDconcept('Heart failure', SNOMED = sampleSNOMED())
hf2 <- c(hf, hf)
unique(hf2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.