Description Usage Arguments Value Examples
View source: R/download_repo.R
Download a Repository from GitHub or BitBucket
1 2  | download_repo(repo_name, destination_folder = normalizePath("~"),
  verbose = FALSE)
 | 
repo_name | 
 (character) The name of the repository (username/repo).  | 
destination_folder | 
 (character) Path where to download the repository.  | 
verbose | 
 (logical) print messages?, Default: FALSE  | 
The path where the repository has been downloaded.
1 2 3 4  | ## Not run: 
download_repo("neuroimaginador/wf4ni", destination_folder = "~/Documents/wf4ni", verbose = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.