Skip to content

Commit

Permalink
temporary fixes to get_ukb_data_dict() and get_ukb_codings() - now do…
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgpanw committed Apr 26, 2024
1 parent f747ccb commit e91c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ get_ukb_data_dict <- function(path = NULL) {
path = path,
env_var_name = "UKB_DATA_DICT",
file_name = "Data_Dictionary_Showcase.tsv",
download_url = "https://biobank.ndph.ox.ac.uk/~bbdatan/Data_Dictionary_Showcase.tsv"
download_url = "https://raw.githubusercontent.com/rmgpanw/ukb_backup_files/main/Data_Dictionary_Showcase.tsv"
)
}

Expand Down Expand Up @@ -63,7 +63,7 @@ get_ukb_codings <- function(path = NULL) {
path = path,
env_var_name = "UKB_CODINGS",
file_name = "Codings.tsv",
download_url = "https://biobank.ndph.ox.ac.uk/~bbdatan/Codings.tsv"
download_url = "https://raw.githubusercontent.com/rmgpanw/ukb_backup_files/main/Codings.tsv"
)
}

Expand Down

0 comments on commit e91c09a

Please sign in to comment.