addDTable {DataGraph}R Documentation

Save a data frame to a .dtable file

Description

Adds a table to an already open table file. Need to open it first by using the openDTable function.

Usage

addDTable(path,data)

Arguments

path

A path name

data

A data frame

Value

Nothing returned

Examples

## Not run: 
openDTable("/tmp/test")
addDTable("/tmp/test",Orange)
closeDTable("/tmp/test")

## End(Not run)

[Package DataGraph version 1.2.14 Index]