conv_app_perforation | R Documentation |
Parse entries that indicate a perforation
conv_app_perforation(vec)
vec |
a character vector to parse |
returns TRUE if case-insensitive "^perforation only|^perforation and abscess" is detected in the character vector.
a logical vector
x <- c("No mention of perforation or abscess", "Perforation and abscess",
"Perforation only", "Abscess only", NA)
cbind(x, nsqipr:::conv_app_perforation(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.