runMakeDataset | R Documentation |
Launches a shiny app to interactively create a UK Biobank dataset
runMakeDataset( ukb_data_dict = ukbwranglr::get_ukb_data_dict(), ukb_codings = ukbwranglr::get_ukb_codings(), options = list(launch.browser = TRUE), ... )
ukb_data_dict |
The UKB data dictionary (available online at the UK
Biobank
data
showcase. This should be a data frame where all columns are of type
|
ukb_codings |
The UKB codings file (available online at the UK Biobank
data
showcase. This should be a data frame where all columns are of type
|
options |
Named options that should be passed to the |
... |
Additional parameters passed on to |
## Not run: runMakeDataset() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.