e00toavc              package:RArcInfo              R Documentation

_C_o_n_v_e_r_t_s _a_n _E_S_R_I _E_0_0 _f_i_l_e _i_n_t_o _a_n _A_r_c/_I_n_f_o _V _7._x _b_i_n_a_r_y _c_o_v_e_r_a_g_e

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

     This function makes a convertion from an ESRI E00 file to a binary
     coverage. Usually two new directories are created. One with the
     name of the coverage and another called 'info', where some
     information about the tables are created. If this directory
     already exists (because there are already other binary coverages),
      then the new information is added and no file is replaced or
     deleted.

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

     e00toavc(e00file, avcdir)

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

 e00file: The E00 file to be converted.

  avcdir: The path to the binary coverage directory we want to create.

_V_a_l_u_e:

     Returns 'NULL' on exit.

_R_e_f_e_r_e_n_c_e_s:

     More information about this topic can be found at <URL:
     http://pages.infinit.net/danmo/e00/index-avce00.html>.

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

     avctoe00

