Learn R Programming

DataGraph (version 1.2.14)

addDTable: 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)

Value

Nothing returned

Arguments

path

A path name

data

A data frame

Examples

Run this code
if (FALSE) {
openDTable("/tmp/test")
addDTable("/tmp/test",Orange)
closeDTable("/tmp/test")
}

Run the code above in your browser using DataLab