closeDTable {DataGraph} | R Documentation |
Save a data frame to a .dtable file
Description
Closes a .dtable file
Usage
closeDTable(path)
Arguments
path |
A path name |
Value
Nothing returned
Examples
## Not run:
openDTBin("/tmp/test")
addDTBin("/tmp/test","A",Orange)
closeDTBin("/tmp/test")
## End(Not run)
[Package DataGraph version 1.2.14 Index]