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

View source: R/RcppExports.R

syncDTBinR Documentation

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)

Arguments

path

A path name

Value

Nothing returned

Examples

## Not run: 
openDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
syncDTBin("/tmp/test")
addDTBin("/tmp/test","Orange",Orange)
closeDTBin("/tmp/test")

## End(Not run)

DataGraph documentation built on March 7, 2023, 6:22 p.m.