Downloads to tempdir() and unzips, invisibly returning the file path to the unzipped folder.

download_caliber_repo(url)

Arguments

url

Download URL (e.g. "https://github.com/spiros/chronological-map-phenotypes/archive/refs/heads/master.zip")

Value

File path to downloaded (and unzipped) repository, invisibly.

Examples

if (FALSE) {
caliber_dir_path <- download_caliber_repo()
}