Learn R Programming

DataGraph (version 1.2.14)

addDTBin: Save a data frame to a .dtable file

Description

Adds the data into a .dtbin file.

Usage

addDTBin(path,name,data,time)

Value

Nothing returned

Arguments

path

A path name

name

The name of the variable

data

Either a data frame or a vector

time

optional: What time value this variable is at

Examples

Run this code
if (FALSE) {
openDTBin("/tmp/test")
addDTBin("/tmp/test","A",Orange)
closeDTBin("/tmp/test")
}

Run the code above in your browser using DataLab