aRTdb-loadEnv {aRT} | R Documentation |
Function that loads the environment of a user from a file to the the database.
## S4 method for signature 'aRTdb': loadEnv(object, filename)
object |
object of aRTdb class. |
filename |
name of the file that contain the dataframe with the themes and views. |
(TODO) The file is a dataframe in the format:
View (tab) Theme Layer Table
View's name Theme's name Layer's name Table's name
Ex:
View Theme Layer Table
View1 IBGE_Bairros Theme_Bairros recife_bairros_geo_pol
View1 IBGE_Bairros Theme_Bairros bairro2000_rec
View2 LAYER_ARMADILHAS Theme_Armadilha ARMADILHAS
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTlayer-class
to show the description of this class.
See aRT-env
to describe the environment's format.