addNamespace           package:AnnBuilder           R Documentation

_F_u_n_c_t_i_o_n_s _t_o _a_d_d _n_a_m_e_s_p_a_c_e_s _f_o_r _d_a_t_a _f_i_l_e_s _o_r _s_e_a_l _t_h_e
_e_n_v_i_r_o_n_m_e_n_t _o_b_j_e_c_t_s _i_n _t_h_e _d_a_t_a _s_u_b_d_i_r_e_c_t_o_r_y

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

     Given the name of a data package and the path, the functions add
     namespaces for data files in the data subdirectory or seal the
     environment objects in the data subdirectory

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

     addNamespace(pkgName, pkgPath, hidePattern = c("QC", "MAPCOUNTS"))
     sealEnvs(pkgName, pkgPath)

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

 pkgName: 'pkgName' a character string for the name of the data package
          whose data subdirectory contains data files to be put in the
          NAMESPACE

 pkgPath: 'pkgPath' a character stirng for the path where a data
          package of interest resides

hidePattern: 'hidePattern' a vector of character strings whose patterns
          match the data files in the data subdirectory that will not
          included in the NAMESPACE

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

     These functions are mainly for manipulating data files for
     annotation data packages and may not be of other usages.

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

     The functions returns invisible()

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

     Jianhua Zhang

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

       # No examples provided

