Learn R Programming

DataGraph (version 1.2.14)

writeDTable: Save a data frame to a .dtable file

Description

Saves the data frame to a file

Usage

writeDTable(path,data)

Value

Nothing returned

Arguments

path

A path name

data

A data frame

Examples

Run this code
if (FALSE) {
writeDTable("/tmp/test",Orange)
}

Run the code above in your browser using DataLab