Description Usage Arguments Examples
This function combines all sdia columns starting with sdia1, sdia2, sdia3 etc. Output will be one single column named sdia. Neccesary to work with the other functions in the QRfunctions package.
1 | combine_sdia(.data)
|
.data |
A tibble with data in QTF-format. |
1 2 | data(data_icd)
data_icd %>% combine_sdia() %>% identify_icd("L405", "psa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.