Using the equivalent is_leaf()
is preferred.
is_billable(x, short_code = guess_short(x), ...) # S3 method for icd9 is_billable(x, short_code = guess_short(x), ...) # S3 method for icd9cm is_billable(x, short_code = guess_short(x), ...) # S3 method for icd10 is_billable(x, short_code = guess_short(x), ...) # S3 method for icd10cm is_billable(x, short_code = guess_short(x), ...) # S3 method for default is_billable(x, short_code = guess_short(x), ...)
x | input vector to test |
---|---|
short_code | single logical value which determines whether the ICD-9
code provided is in short ( |
... | arguments passed on to other functions |
icd9
: Prefer 'leaf' to 'billable' for generality.
icd9cm
: Prefer 'leaf' to 'billable' for generality.
icd10
: Prefer 'leaf' to 'billable' for generality.
icd10cm
: Prefer 'leaf' to 'billable' for generality.
default
: Prefer 'leaf' to 'billable' for generality.