From 43cc2fc6e7fdee34dd7fd189ae30885084e8bc5c Mon Sep 17 00:00:00 2001 From: Wenjie Wang Date: Sun, 17 Nov 2019 15:13:00 -0500 Subject: [PATCH] fix one more typo --- R/crosswalk.R | 6 +++--- docs/reference/icd_map.html | 6 +++--- man/icd_map.Rd | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/R/crosswalk.R b/R/crosswalk.R index 5a1d89b..daa890a 100644 --- a/R/crosswalk.R +++ b/R/crosswalk.R @@ -48,9 +48,9 @@ ##' indicated by the plus sign \code{"+"}. For example, the ICD-9 code ##' \code{"24951"} can be translated by 2018 GEMs to ICD-10 code, ##' \code{"E0839"}, \code{"E0939"}, or one of the codes from \code{("E08311", -##' "E08319", "E0836", "E09311" "E09319", "E0936")} with "E0865". The plus sign -##' in the output, such as \code{"E08311+E0865"}, is used to indicate the -##' combination of \code{"E08311"} and \code{"E0865"}. +##' "E08319", "E0836", "E09311" "E09319", "E0936")} with \code{"E0865"}. The +##' plus sign in the output, such as \code{"E08311+E0865"}, is used to indicate +##' the combination of \code{"E08311"} and \code{"E0865"}. ##' ##' @name icd_map ##' diff --git a/docs/reference/icd_map.html b/docs/reference/icd_map.html index ea580a3..b3f1acd 100644 --- a/docs/reference/icd_map.html +++ b/docs/reference/icd_map.html @@ -242,9 +242,9 @@

Details indicated by the plus sign "+". For example, the ICD-9 code "24951" can be translated by 2018 GEMs to ICD-10 code, "E0839", "E0939", or one of the codes from ("E08311", -"E08319", "E0836", "E09311" "E09319", "E0936") with "E0865". The plus sign -in the output, such as "E08311+E0865", is used to indicate the -combination of "E08311" and "E0865".

+"E08319", "E0836", "E09311" "E09319", "E0936") with "E0865". The +plus sign in the output, such as "E08311+E0865", is used to indicate +the combination of "E08311" and "E0865".

References

2017-ICD-10-CM-and-GEMs. The U.S. Centers for Medicare & Medicaid diff --git a/man/icd_map.Rd b/man/icd_map.Rd index 4651f3d..cb1a861 100644 --- a/man/icd_map.Rd +++ b/man/icd_map.Rd @@ -108,9 +108,9 @@ positive combination flags, the combination of the converted ICD-10 codes is indicated by the plus sign \code{"+"}. For example, the ICD-9 code \code{"24951"} can be translated by 2018 GEMs to ICD-10 code, \code{"E0839"}, \code{"E0939"}, or one of the codes from \code{("E08311", -"E08319", "E0836", "E09311" "E09319", "E0936")} with "E0865". The plus sign -in the output, such as \code{"E08311+E0865"}, is used to indicate the -combination of \code{"E08311"} and \code{"E0865"}. +"E08319", "E0836", "E09311" "E09319", "E0936")} with \code{"E0865"}. The +plus sign in the output, such as \code{"E08311+E0865"}, is used to indicate +the combination of \code{"E08311"} and \code{"E0865"}. } \examples{ library(touch)