syncDTable {DataGraph}R Documentation

Adds a .sync file with the same name as the .dtable 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

syncDTable(path)

Arguments

path

A path name

Value

Nothing returned

Examples

## Not run: 
openDTable("/tmp/test")
addDTable("/tmp/test",Orange)
syncDTable("/tmp/test")
addDTable("/tmp/test",Orange)
closeDTable("/tmp/test")

## End(Not run)

[Package DataGraph version 1.2.14 Index]