powered by
Adds a table to an already open table file. Need to open it first by using the openDTable function.
addDTable(path,data)
Nothing returned
A path name
A data frame
if (FALSE) { openDTable("/tmp/test") addDTable("/tmp/test",Orange) closeDTable("/tmp/test") }
Run the code above in your browser using DataLab