writeDTable: Save a data frame to a .dtable file

View source: R/RcppExports.R

writeDTableR Documentation

Save a data frame to a .dtable file

Description

Saves the data frame to a file

Usage

writeDTable(path,data)

Arguments

path

A path name

data

A data frame

Value

Nothing returned

Examples

## Not run: 
writeDTable("/tmp/test",Orange)

## End(Not run)

DataGraph documentation built on March 7, 2023, 6:22 p.m.