This runs quite slowly. Used too rarely to be worth optimizing now. This is used to build a master list of ICD-9 codes with their respective chapters, sub-chapters, etc..
icd9_get_chapters(x, short_code = guess_short(x), verbose = FALSE)
vector of ICD-9 codes
single logical value which determines whether the ICD-9
code provided is in short (TRUE
) or decimal (FALSE
) form.
Where reasonable, this is guessed from the input data.
single logical value, defaults to FALSE
in most functions.