download_reg_repo | R Documentation |
Note that these extra registrations will be downloaded to a standard location
on your hard drive that will be used for one session to the next. See
examples and local_reg_dir_for_url
.
download_reg_repo(url, localdir = NULL, ...)
url |
Location of one or more remote git repositories. Can accept partial github specifications of the form "<user>/<repo>". |
localdir |
Full path to local checkout location of git repository. When
|
... |
additional arguments passed to |
This function is principally called for its side effect. A path to the location on disk containing added registrations is returned invisibly.
add_reg_folders
, local_reg_dir_for_url
,
git2r::clone
update_reg_repos
## find the root location of all registration directories
local_reg_dir_for_url()
## Not run:
## Add the two main jefferislab bridging and mirroring registration
# collections for Drosophila brains from github.com.
download_reg_repo("jefferislab/BridgingRegistrations")
download_reg_repo("jefferislab/MirrorRegistrations")
## update all current registration repositories
update_reg_repos()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.