wrapBaseDBPackages {AnnotationDbi} | R Documentation |
Wrap up all the Base Databases into Packages for distribution
Description
Creates extremely simple packages from the base database files for
distribution. This is a convenience function for wrapping up these
packages in a consistent way each time.
Usage
wrapBaseDBPackages(dbPath, destDir, version)
Arguments
dbPath |
dbPath is just the path to the location of the latest intermediate
sqlite source files. These files are then used to make base DB
packages.
|
destDir |
destination path for the newly minted packages.
|
version |
version number to stamp onto these newly minted packages.
|
Examples
## Not run:
##Make all of the intermediate DBs and place the new packages right here.
wrapBaseDBPackages(dbPath = "/mnt/cpb_anno/mcarlson/proj/sqliteGen/nli/annosrc/db/",
destDir = ".")
## End(Not run)
[Package
AnnotationDbi version 1.8.2
Index]