conv_app_img_mri | R Documentation |
Parse entries that indicate an MRI was performed
conv_app_img_mri(vec)
vec |
a character vector to parse |
returns TRUE if case-insensitive "result" is detected in the character vector.
a logical vector
x <- c("MRI / Other Definitive Imaging Modality Not Performed / Not Documented","Result Indeterminate / Uncertain",
"Result consistent w/ diagnosis of Appendicitis",'Result Not Consistent w/ Appendicitis; Appendix "Normal"', NA)
cbind(x, nsqipr:::conv_app_img_mri(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.