getReposName | R Documentation |
Given the root path of a package, returns the GitHub repository name.
getReposName(pkgRoot, default = NULL)
pkgRoot |
The path to the root folder of the package. |
default |
A default value to return in case git4r package is not available or the folder is not a Git repository. |
The repository name.
biodb::getReposName('/my/path/to/my/extension/biodbFoo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.