download_repo: Download a Repository from GitHub or BitBucket

Description Usage Arguments Value Examples

Description

Download a Repository from GitHub or BitBucket

Usage

1
2
download_repo(repo_name, destination_folder = normalizePath("~"),
  verbose = FALSE)

Arguments

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

Value

The path where the repository has been downloaded.

Examples

1
2
3
4
## Not run: 
download_repo("neuroimaginador/wf4ni", destination_folder = "~/Documents/wf4ni", verbose = TRUE)

## End(Not run)

neuroconductor/wf4ni documentation built on May 14, 2019, 12:54 a.m.