aRTdb-importTable {aRT}R Documentation

Import a table

Description

Function to import a table. It will be external if imported to an aRTdb, or static if to an aRTlayer. For temporal tables, you have to work with the primitives createTable, createColumn, addRows and updateColumns.

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

See Also

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


[Package aRT version 1.6-4 Index]