Closed kenhanscombe closed 6 years ago
Hi Wenhua,
What version of data.table
are you using? (use sessionInfo()
, or ?data.table
and scroll to the bottom of the documentation). You need a fairly recent version that includes the nThread
argument. Perhaps update data.table
and let me know if that works.
All the best,
Ken
Spot on Ken! The data.table version I used was data.table_1.10.4-3. Updating to the latest version fixed the problem. Thanks again. Wenhua
Thanks, Wenhua.
Dear Ken,
I am using your ukbtools package to process the UK Biobank data downloaded. The ukb_df_field() function works fine but I came across the following strange problem with the ukb_df() function:
The problem appeared both linux and mac environments. Would be great if you could help!
Thanks in advance
Wenhua