Description Usage Arguments Value Examples
Get Path to UKB Utilitiy
1 2 3 4 5 6 7 8 | ukb_util_path(
util = c("ukbmd5", "ukbconv", "ukbunpack", "ukbfetch", "ukblink", "ukbgene",
"encoding.ukb"),
download = TRUE,
outdir = tempdir()
)
ukb_encoding(outdir = tempdir())
|
util |
Name of the utility |
download |
Should the utility be downloaded if not found? |
outdir |
The output directory to download the utility |
A path to the utility
1 2 | md5 = ukb_util_path("ukbmd5")
file.remove(md5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.