Downloads the UK Biobank Codings.tsv file, which contains lookup tables
for OPCS-4 and UKB self-reported condition/medication/operation codes.
Usage
get_ukb_codings(dir_path = tempdir(), overwrite = FALSE, quiet = FALSE)Arguments
- dir_path
Directory to download the file to. Will error if it does not exist. Defaults to
tempdir().- overwrite
Logical. If
TRUE, re-downloads the file even if it already exists. Default isFALSE.- quiet
Logical. If
TRUE, suppresses informational messages. Default isFALSE.