| aRTdb-importTable {aRT} | R Documentation |
Function to import an table. It will be external if imported to an
aRTdb, or static if to an aRTlayer.
## 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)
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. |
Pedro Ribeiro de Andrade Neto
See aRTdb-class to show the description of this class.