powered by
Adds the data into a .dtbin file.
addDTBin(path,name,data,time)
Nothing returned
A path name
The name of the variable
Either a data frame or a vector
optional: What time value this variable is at
if (FALSE) { openDTBin("/tmp/test") addDTBin("/tmp/test","A",Orange) closeDTBin("/tmp/test") }
Run the code above in your browser using DataLab