databel2text: Exports DatABEL object to a text file

Description Usage Arguments Author(s)

View source: R/databel2text.R

Description

Exports DatABEL object to a text file

Usage

1
2
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

Author(s)

Stepan Yakovenko


DatABEL documentation built on May 30, 2017, 3:23 a.m.