rmgpanw / ukbwranglr

R package for UK Biobank data wrangling.
https://rmgpanw.github.io/ukbwranglr/
Other
14 stars 1 forks source link

Fix `get_ukb_data_dict()` and `get_ukb_codings()` #8

Open rmgpanw opened 2 months ago

rmgpanw commented 2 months ago

These files have been removed from the UKB data showcase website.

thiendattran commented 1 month ago

Hello, thank you for the package and fixing the issues with the download link. However, I would like to ask that when I ran the tidy_clinical_events using this new dictionary from the backup. I encountered error "Columns instance and array don't exist.".

rmgpanw commented 1 month ago

Hi @thiendattran, thanks for your message. tidy_clinical_events() seems to be working for me. Can you please provide a reproducible example (perhaps you could try adapting the ukbwranglr getting started vignette) and the output from sessionInfo()? Also, do other functions like make_data_dict() and read_ukb() work for you?