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