get_ukb_codings | R Documentation |
Reads the UK Biobank codings file into R with all columns as type character.
get_ukb_codings(path = NULL)
path |
Either |
By default, an attempt will be made to read from a file at the path specified
by an environmental variable named UKB_CODINGS
(see
vignette('ukbwranglr')
for further details), or if this variable is not
found then the data dictionary will be downloaded directly from the UK Biobank website
to tempdir()
when the function is first called.
A data frame.
get_ukb_data_dict(
get_ukb_dummy("dummy_Codings.tsv", path_only = TRUE)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.