infoDTBin {DataGraph} | R Documentation |
Save a data frame to a .dtable file
Description
Displays the content of a .dtbin file
Usage
infoDTBin(path)
Arguments
path |
A path name |
Value
Nothing returned, but data is printed to the console. Intended as a debugging aid.
Examples
## Not run:
openDTBin("/tmp/test")
addDTBin("/tmp/test","A",Orange)
infoDTBin("/tmp/test")
closeDTBin("/tmp/test")
## End(Not run)
[Package DataGraph version 1.2.14 Index]