getPkgName | R Documentation |
The package name is extracted from the path by taking the basename.
getPkgName(pkgRoot, check = TRUE)
pkgRoot |
The path to the root folder of the package. |
check |
If set to TRUE the extracted package name is checked against regular expression "^biodb[A-Z][A-Za-z0-9]+$", to ensure the format is respected. |
The package name of the biodb extension.
biodb::getPkgName('/my/path/to/my/extension/biodbFoo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.