databel2text: Exports DatABEL object to a text file
Description
Exports DatABEL object to a text file
Usage
databel2text(databel, file, NAString = "NA", row.names = TRUE, col.names = TRUE, transpose = FALSE)
Arguments
NAString
string to replace NA with
row.names
export row names if TRUE
col.names
export col names if TRUE
transpose
whether the matrix should be transposed