conv_hep_con_partres | R Documentation |
Convert concurrent partial resections to integer
conv_hep_con_partres(vec)
vec |
a character vector of values to convert |
NSQIP encodes anyone with more than 10 concurrent partial resections as "10 or more". This converts all "10 or more" to 10. If given NA, will return NA.
an integer vector
nsqipr:::conv_hep_con_partres(c("1","2","10 or more",NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.