attr_decimal_diag | R Documentation |
Doing this in an R function doesn't work for 'void' equivalent, and does a copy if the updated object is returned.
attr_decimal_diag(x, value = TRUE)
j <- "100"
attr(j, "icd_short_diag") <- TRUE
j
attr(j, "icd_short_diag") <- FALSE
j
icd:::attr_decimal_diag(j)
as.decimal_diag(j)
# if pryr is installed, use address and refs to see what is going on
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.