export {Rdiagnosislist} | R Documentation |
Export a SNOMEDcodelist
Description
Writes a SNOMEDcodelist to file. If the filename is NULL, a filename is created from the 'codelist_name' attribute.
Usage
export(x, ...)
## S3 method for class 'SNOMEDcodelist'
export(x, filename = NULL, ...)
Arguments
x |
SNOMEDcodelist object to export to file |
... |
not used |
filename |
character vector of length 1 for the file to write to. If NULL, a filename is generated from the codelist filename. |
Value
invisibly returns the exported codelist
See Also
Other SNOMEDcodelist functions:
SNOMEDcodelist()
,
addInactiveConcepts()
,
expandSNOMED()
,
is.SNOMEDcodelist()
,
print.SNOMEDcodelist()
Other SNOMEDcodelist functions:
SNOMEDcodelist()
,
addInactiveConcepts()
,
expandSNOMED()
,
is.SNOMEDcodelist()
,
print.SNOMEDcodelist()
[Package Rdiagnosislist version 1.2 Index]