| ghc_clone_repositories | R Documentation | 
Clone repositories
ghc_clone_repositories(repos, folder = ".", token = NULL, pull = TRUE)
| repos | data frame with, at minimum, columns 'repository' (name) and 'url' | 
| folder | the target directory where to clone all the repositories to | 
| token | the authentication token (only required for private repositories if global credentials are not set) | 
| pull | if the repository already exists, whether to update it from the remote (see  | 
the repos data frame (unaltered) for easy piping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.