Export to DBF {GCDkit}R Documentation

Export to DBF

Description

This function serves for exporting the specified data into DBF (dBase III) format (using the function 'write.dbf' of the package 'foreign').

Usage

dbfExport(what=cbind(labels,WR), transpose=FALSE)

Arguments

what

a matrix or data frame

transpose

logical; transpose the data frame?

Details

The function dbfExport outputs the specified data. Note that it cannot handle lists.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'write.dbf' 'excelExport' 'accessExport'

Examples

dbfExport(results) # Saves the last calculated results

[Package GCDkit version 4.1 Index]