Description Usage Arguments Value Examples
Clone or pull the ANHIG/IMGTHLA repository
1 2 3 4 5 6 7 8 9 | clone_IMGTHLA(
db_path = getOption("hlatools.local_repos"),
branch = NULL,
progress = TRUE
)
pull_IMGTHLA(db_path = getOption("hlatools.local_repos"))
check_IMGTHLA(db_path = getOption("hlatools.local_repos"))
|
db_path |
Local directory to clone into. Defaults to ‘~/local/db/IMGTHLA’. |
branch |
The name of the branch to checkout. Defaults to the remote's default branch. |
progress |
Show progress. Default is |
A git_repository object.
character; a diagnostic message.
1 2 3 4 5 6 | ## Not run:
check_IMGTHLA()
repo <- clone_IMGTHLA()
repo <- pull_IMGTHLA()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.