| syncDTBin | R Documentation |
Used so that DataGraph can read up to an internal boundary inside the data file and avoids reading a partial table. DataGraph monitors this file and reloads the file when it sees a new sync file.
syncDTBin(path)
path |
A path name |
Nothing returned
## Not run:
openDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
syncDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
closeDTBin("/tmp/test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.