addDTable: Save a data frame to a .dtable file

View source: R/RcppExports.R

addDTableR Documentation

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)

Arguments

path

A path name

data

A data frame

Value

Nothing returned

Examples

## Not run: 
openDTable("/tmp/test")
addDTable("/tmp/test",Orange)
closeDTable("/tmp/test")

## End(Not run)

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