Learn R Programming

DataGraph (version 1.2.14)

syncDTBin: Adds a .sync file with the same name as the .dtbin file.

Description

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.

Usage

syncDTBin(path)

Value

Nothing returned

Arguments

path

A path name

Examples

Run this code
if (FALSE) {
openDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
syncDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
closeDTBin("/tmp/test")
}

Run the code above in your browser using DataLab