Download the UKB synthetic dataset
Arguments
- download_dir
- Directory to download files to. 
- dataset
- Character. The name of one of the - .md5files on the UKB synthetic data webpage. All
- timeout
- Integer. Passed to - options()to determine how long- download.file()attempts to download for.
Examples
if (FALSE) {
 get_ukb_synthetic_data(download_dir = tempdir())
}