infoDTBin: Save a data frame to a .dtable file

View source: R/RcppExports.R

infoDTBinR Documentation

Save a data frame to a .dtable file

Description

Displays the content of a .dtbin file

Usage

infoDTBin(path)

Arguments

path

A path name

Value

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

Examples

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

## End(Not run)

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