openDTBin {DataGraph} | R Documentation |
Opens a .dtbin file. Prints out an error message if the file is already open.
openDTBin(path)
path |
A path name |
Nothing returned
## Not run: openDTBin("/tmp/test") addDTBin("/tmp/test","A",Orange) infoDTBin("/tmp/test") closeDTBin("/tmp/test") ## End(Not run)