acronyms | R Documentation |
Returns acronyms, if any, expressed within SNOMED CT descriptions in the form 'ABCD - Another Bland Cardiovascular Disease'.
acronyms(conceptIds, SNOMED = getSNOMED())
conceptIds |
character or integer64 vector |
SNOMED |
environment containing SNOMED dictionary. Defaults to an object named 'SNOMED' in the global environment |
a data.table with the following columns: id, conceptId, type = 'Acronym', term = acronym
SNOMED <- sampleSNOMED()
acronyms('Heart failure')
# Get all synonyms and acronyms
rva <- SNOMEDconcept('Right ventricular abnormality')
rbind(description(rva, include_synonyms = TRUE), acronyms(rva))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.