lsSdf                package:SQLiteDF                R Documentation

_L_i_s_t _S_D_F'_s

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

     Lists the SDF's available in the workspace.

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

      lsSdf(pattern = NULL) 

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

 pattern: Pattern of the internal name to be searched. Currently not
          implemented.

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

     'lsSdf' works much like 'ls' for examining the contents of R's
     workspace. It does this by querying the list of SDF's stored in
     'workspace.db' file. See 'sqlite.data.frame' for more details on
     'workspace.db'.

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

     Returns in a character vector the internal names of SDF's
     _registered_ with the SQLiteDF workspace. The internal names are
     sorted according to (1) those that are attached first and then (2)
     the usage score.

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

     Miguel A. R. Manese

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

     'sqlite.data.frame' 'lsSdf' 'attachSdf' 'detachSdf' 'renameSdf'

_E_x_a_m_p_l_e_s:

         lsSdf()

