aRTdb-loadEnv              package:aRT              R Documentation

_l_o_a_d_E_n_v

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

  object: object of aRTdb class.

filename: name of the file that contain the dataframe with the themes
          and views.

_S_t_r_u_c_t_u_r_e _o_f _t_h_e _f_i_l_e:

     (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

_A_u_t_h_o_r(_s):

     Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

_S_e_e _A_l_s_o:

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

