View source: R/SNOMEDcodelist.R
export | R Documentation |
Writes a SNOMEDcodelist to file. If the filename is NULL, a filename is created from the 'codelist_name' attribute.
export(x, ...)
## S3 method for class 'SNOMEDcodelist'
export(x, filename = NULL, metadata = TRUE, ...)
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. |
metadata |
whether metadata is exported (default = TRUE) |
invisibly returns the exported codelist
Other SNOMEDcodelist functions:
SNOMEDcodelist()
,
addInactiveConcepts()
,
expandSNOMED()
,
is.SNOMEDcodelist()
,
print.SNOMEDcodelist()
Other SNOMEDcodelist functions:
SNOMEDcodelist()
,
addInactiveConcepts()
,
expandSNOMED()
,
is.SNOMEDcodelist()
,
print.SNOMEDcodelist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.