Learn R Programming

DatABEL (version 0.9-6)

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

databel
DatABEL object
file
output file name
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