addDTBin {DataGraph} | R Documentation |
Save a data frame to a .dtable file
Description
Adds the data into a .dtbin file.
Usage
addDTBin(path,name,data,time)
Arguments
path |
A path name |
name |
The name of the variable |
data |
Either a data frame or a vector |
time |
optional: What time value this variable is at |
Value
Nothing returned
Examples
## Not run:
openDTBin("/tmp/test")
addDTBin("/tmp/test","A",Orange)
closeDTBin("/tmp/test")
## End(Not run)
[Package DataGraph version 1.2.14 Index]