addNamespace {AnnBuilder} | R Documentation |
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
addNamespace(pkgName, pkgPath, hidePattern = c("QC", "MAPCOUNTS")) sealEnvs(pkgName, pkgPath)
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 |
These functions are mainly for manipulating data files for annotation data packages and may not be of other usages.
The functions returns invisible()
Jianhua Zhang
# No examples provided