R/lookups_and_mappings.R
get_ukb_all_lkps_maps.Rd
Downloads the UK Biobank code mappings file (all_lkps_maps_v3.xlsx
,
resource 592)
directly from the UKB website.
get_ukb_all_lkps_maps(dir_path = tempdir())
Directory path to download to.
File path to downloaded all_lkps_maps_v3.xlsx
.
Note: This is a large object (>450 MB)
if (FALSE) {
# download UKB resource 592, returning file path invisibly
file_path <- get_ukb_all_lkps_maps()
# view path to downloaded file
file_path
}