Learn R Programming

DataGraph (version 1.2.14)

openDTBin: Open a new .dtbin file

Description

Opens a .dtbin file. Prints out an error message if the file is already open.

Usage

openDTBin(path)

Value

Nothing returned

Arguments

path

A path name

Examples

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

Run the code above in your browser using DataLab