Learn R Programming

Rdiagnosislist (version 1.4.0)

export: 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 SNOMEDcodelist export(x, filename = NULL, metadata = TRUE, ...)

Value

invisibly returns the exported codelist

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.

metadata

whether metadata is exported (default = TRUE)

See Also

Other SNOMEDcodelist functions: SNOMEDcodelist(), addInactiveConcepts(), expandSNOMED(), is.SNOMEDcodelist(), print.SNOMEDcodelist()

Other SNOMEDcodelist functions: SNOMEDcodelist(), addInactiveConcepts(), expandSNOMED(), is.SNOMEDcodelist(), print.SNOMEDcodelist()