add_dot: Add a dot to an ICD-10 code

Description Usage Arguments Value Examples

View source: R/addremove_dot.R

Description

add_dot() adds a dot to the ICD-10 code in the appropriate position where one does not exist

Usage

1

Arguments

x

A valid ICD-10 code without a dot

Value

A valid ICD-10 code with a dot included

Examples

1
2
3
add_dot("F320")

add_dot("F32")  # no dot added if code is only 3-digits

vcastro/icd10us documentation built on Dec. 23, 2021, 3:02 p.m.