aRTdb-importTable {aRT}R Documentation

Import a table

Description

Function to import an table. It will be external if imported to an aRTdb, or static if to an aRTlayer.

Usage

## S4 method for signature 'aRTdb':
importTable(object, table="table", id="ID", data=dataframe)
## S4 method for signature 'aRTlayer':
importTable(object, table="table", id="ID", data=dataframe)

Arguments

object Object of class aRTdb.
table The name of the table to be created.
id Table's unique id.
data data.frame containing the table data.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

See aRTdb-class to show the description of this class.


[Package aRT version 0.4-0 Index]