addDTable {DataGraph} | R Documentation |
Adds a table to an already open table file. Need to open it first by using the openDTable function.
addDTable(path,data)
path |
A path name |
data |
A data frame |
Nothing returned
## Not run: openDTable("/tmp/test") addDTable("/tmp/test",Orange) closeDTable("/tmp/test") ## End(Not run)