detachSdf              package:SQLiteDF              R Documentation

_D_e_t_a_c_h _S_D_F

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

     Detaches a SDF from the workspace by detaching from the SQLite
     engine and then deleting from the SDF list in 'workspace.db'.

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

     detachSdf(iname)

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

   iname: A string containing the internal name of the desired SDF. 

_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:

     'sqlite.data.frame' 'attachSdf' 'lsSdf'

