Learn R Programming

DataGraph (version 1.2.14)

infoDTBin: Save a data frame to a .dtable file

Description

Displays the content of a .dtbin file

Usage

infoDTBin(path)

Value

Nothing returned, but data is printed to the console. Intended as a debugging aid.

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