Downloads to tempdir() and unzips, invisibly returning the file path to the
unzipped folder.
download_caliber_repo(url)Download URL (e.g. "https://github.com/spiros/chronological-map-phenotypes/archive/refs/heads/master.zip")
File path to downloaded (and unzipped) repository, invisibly.
Other CALIBER:
default_overlapping_disease_categories_csv(),
get_caliber_categories_mapping(),
read_caliber_raw(),
reformat_caliber_for_ukb()
if (FALSE) {
caliber_dir_path <- download_caliber_repo()
}