conv_app_img_ct | R Documentation |
Parse entries that indicate a CT was performed
conv_app_img_ct(vec)
vec |
a character vector to parse |
returns TRUE if case-insensitive "ct done-" is detected in the character vector.
a logical vector
x <- c("CT not performed/not documented","CT done-result consistent with diagnosis of appendicitis",
"CT done-result not consistent with appendicitis","CT done-result indeterminate; result uncertain", NA)
cbind(x, nsqipr:::conv_app_img_ct(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.