Learn R Programming

DataGraph (version 1.2.14)

openDTable: Open a .dtable file so you can write into it using addDTable

Description

Saves the data frame to a file

Usage

openDTable(path)

Value

Nothing returned

Arguments

path

A path name

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