Export to DBF {GCDkit} | R Documentation |
This function serves for exporting the specified data into DBF (dBase III) format
(using the function 'write.dbf
' of the package 'foreign
').
dbfExport(what=cbind(labels,WR), transpose=FALSE)
what |
a matrix or data frame |
transpose |
logical; transpose the data frame? |
The function dbfExport
outputs the specified data. Note that it
cannot handle lists.
None.
Vojtech Janousek, vojtech.janousek@geology.cz
'write.dbf
' 'excelExport
' 'accessExport
'
dbfExport(results) # Saves the last calculated results