closeDTBin: Close a .dtbin file

View source: R/RcppExports.R

closeDTBinR Documentation

Close a .dtbin file

Description

Closes a .dtbin file

Usage

closeDTBin(path)

Arguments

path

A path name

Value

Nothing returned

Examples

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

## End(Not run)

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