powered by
Displays the content of a .dtbin file
infoDTBin(path)
Nothing returned, but data is printed to the console. Intended as a debugging aid.
A path name
if (FALSE) { openDTBin("/tmp/test") addDTBin("/tmp/test","A",Orange) infoDTBin("/tmp/test") closeDTBin("/tmp/test") }
Run the code above in your browser using DataLab