aRTdb-loadEnv {aRT}R Documentation

loadEnv

Description

Function that loads the environment of a user from a file to the the database.

Usage

## S4 method for signature 'aRTdb':
loadEnv(object, filename)

Arguments

object object of aRTdb class.
filename name of the file that contain the dataframe with the themes and views.

Structure of the file

(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

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

See Also

See aRTlayer-class to show the description of this class. See aRT-env to describe the environment's format.


[Package aRT version 0.4-0 Index]