View source: R/03-clone-repos.R
ghd_clone_multi | R Documentation |
Iterate over multiple repos for a given GitHub user, cloning them to a specified local repository.
ghd_clone_multi(gh_user, names_vec, protocol, dest_dir)
gh_user |
Character string. A GitHub user name. |
names_vec |
Character vector. Repo names for the given |
protocol |
Character string. Either |
dest_dir |
Character string. A local file path where the zipped repositories will be downloaded to. Must be a full path. |
If you're using protocol = "ssh"
, you need to make sure
you've set up your SSH keys.
The named user's named repos cloned to the specified location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.