git.repo | R Documentation |
Read the Git repository name from the .git
folder.
git.repo(path = ".", owner = FALSE, warn = FALSE)
path |
top directory of a Git repository. |
owner |
whether to include the repository owner name. |
warn |
whether to generate a warning if no |
String of the format "[owner]/repo"
.
draft.readme
calls git.repo
to include the repository
name in the README.md
.
TAF-package
gives an overview of the package.
## Not run:
git.repo()
git.repo(owner=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.