Learn R Programming

icd9 (version 0.2.1)

icd9AddLeadingZeroesDecimal: pad decimal ICD-9 codes with leading zeroes

Description

pad decimal ICD-9 codes with leading zeroes

Usage

icd9AddLeadingZeroesDecimal(icd9Decimal, invalidAction = c("ignore", "silent",
  "warn", "stop"))

Arguments

icd9Decimal
character vector of ICD-9 codes. If fewer than five characters is given in a code, then the digits are greedily assigned to hundreds, then tens, then units, before the decimal parts. E.g. "10" becomes "010", not "0010"

Value

  • character vector of icd9 codes