Learn R Programming

DataGraph (version 1.2.14)

closeDTable: Save a data frame to a .dtable file

Description

Closes a .dtable file

Usage

closeDTable(path)

Value

Nothing returned

Arguments

path

A path name

Examples

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

Run the code above in your browser using DataLab