labka_read | R Documentation |
Read Labka data and converts to tibble.
labka_read(path, file_type = "xlsx", identifier = FALSE)
path |
string | File location of Labka data |
file_type |
string | File type - Currently only supports xlsx |
identifier |
bool | Whether or not to include CPR number in the return. You must have CPR number in your data when combining data with labka data. |
tibble
If you wish to combine lakba with redcap data you must include CPR number (identifier = TRUE)
labka_read(path = "~/Documents/Data (Local)/lakba-export_2021-06-01.xlsx", file_type = "xlsx", indetifier = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.