writeDTable {DataGraph} | R Documentation |
Save a data frame to a .dtable file
Description
Saves the data frame to a file
Usage
writeDTable(path,data)
Arguments
path |
A path name |
data |
A data frame |
Value
Nothing returned
Examples
## Not run:
writeDTable("/tmp/test",Orange)
## End(Not run)
[Package DataGraph version 1.2.14 Index]