renameSdf              package:SQLiteDF              R Documentation

_R_e_n_a_m_e _S_D_F

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

     Changes the internal name of an SDF, both in the workspace and in
     the  SDF's attributes table.

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

     renameSdf(sdf, name)

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

     sdf: The SDF to be renamed. 

    name: The new internal name of the SDF. 

_D_e_t_a_i_l_s:

     This simple operation have a quite complicated implementation. The
     intended name is checked against SDF's already registed to the
     workspace, the SDF is detached and removed from the SDF workspace,
     and then re-attached and re-added to the workspace.

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

     'TRUE' if the operation was successful. 'FALSE' with an error
     message displayed otherwise.

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

     Miguel A. R. Manese

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

     'lsSdf'

