read_gp_script_data | R Documentation |
This function reads the prescription records from General Practitioner (GP) data. Refer to official UKB documetation for more information regarding this data.
read_gp_script_data(fgp, add_extra_script_columns = F)
fgp |
Path to GP prescription records |
add_extra_script_columns |
whether or not to keep drug_name and quantity columns, default: False |
list of data.table objects with all episodes
read_gp_clinical_data("gpscripts.txt" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.