Description Usage Arguments Examples
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.
1 | wrapBaseDBPackages(dbPath, destDir, version)
|
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. |
1 2 3 4 5 | ## Not run:
##Make all of the intermediate DBs and place the new packages right here.
wrapBaseDBPackages(dbPath, destDir = ".")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.