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.

Warning

This function is not available on 64-bit systems!

Author(s)

The RODBC package was written by Brian Ripley.

Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

'write.dbf' 'excelExport' 'excel2007Export' 'accessExport'

Examples

    ## Not run: 
        dbfExport(results) # Saves the last calculated results
    
## End(Not run)

[Package GCDkit version 6.2.0 Index]