closeDTable: Save a data frame to a .dtable file

View source: R/RcppExports.R

closeDTableR Documentation

Save a data frame to a .dtable file

Description

Closes a .dtable file

Usage

closeDTable(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.