createTable {aRT}R Documentation

"createTable"

Description

Creates a new attribute table in the database and returns it.

Usage

tab <- createTable(parent, tablename)

Arguments

parent:
Object of aRTlayer or aRTdb class.
tablename:
Name of the table.
id:
The name of the unique identifier of the table (default = "id").
length:
The maximum length of id instances.
generateids:
Populate the table ids linking with the layer geometries? Used with static and dynamic attributes tables only.
type:
The type of the table.

Author(s)

Pedro Ribeiro de Andrade Neto

References

http://www.est.ufpr.br/aRT

See Also

See aRTtable-class to the description of this class, and table types.


[Package aRT version 0.3-6 Index]