dupSdf               package:SQLiteDF               R Documentation

_D_u_p_l_i_c_a_t_e _S_D_F

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

     Duplicates an SDF.

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

     dupSdf(sdf)

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

     sdf: The SDF object to be duplicated. 

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

     An sqlite.data.frame that is a duplicate of the argument. The
     internal name will be autogenerated, i.e. the default data<n>.

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

     Miguel A. R. Manese

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

     'renameSdf'

