aRTdb-importTable {aRT} | R Documentation |
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
.
## S4 method for signature 'aRTdb': importTable(object, table, ID, data) ## S4 method for signature 'aRTlayer': importTable(object, table, ID, data, ...)
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. |
... |
Other arguments passed to createTable . |
Pedro Ribeiro de Andrade
See aRTdb-class
to show the description of this class.