conv_app_intraabscess | R Documentation |
Parse entries that indicate an post-operative intraabdominal abscess
conv_app_intraabscess(vec)
vec |
a character vector to parse |
returns TRUE if case-insensitive "^yes-" is detected in the character vector.
a logical vector
x <- c("No diagnosis of postoperative abscess", "Yes-percutaneous drainage",
"Yes-no treatment or intervention", "Yes-IV antibiotics w/out procedural intervention",
"Yes-oral/IM antibiotics w/out procedural intervention",
"Yes-reoperation for surgical drainage, open", "Yes-reoperation for surgical drainage, minimally invasive",
"Yes-transrectal/other endoscopic drainage", NA)
cbind(x, nsqipr:::conv_app_intraabscess(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.