Package: icdhelper 0.1.2
icdhelper: Simple 'ICD-10' Code Descriptions
Provides utilities to retrieve and manage 'ICD-10' code descriptions from 'Excel' files. Supports vectors, data frame columns, and association rule outputs (e.g., 'arules' objects) that require mapping to 'ICD-10' descriptions. Designed to simplify processing of healthcare datasets.
Authors:
icdhelper_0.1.2.tar.gz
icdhelper_0.1.2.zip(r-4.7)icdhelper_0.1.2.zip(r-4.6)icdhelper_0.1.2.zip(r-4.5)
icdhelper_0.1.2.tgz(r-4.6-any)icdhelper_0.1.2.tgz(r-4.5-any)
icdhelper_0.1.2.tar.gz(r-4.7-any)icdhelper_0.1.2.tar.gz(r-4.6-any)
icdhelper_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
icdhelper/json (API)
| # Install 'icdhelper' in R: |
| install.packages('icdhelper', repos = c('https://nishasheshashayee.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:eb2ec9968b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 145 | ||
| source / vignettes | OK | 138 | ||
| linux-release-x86_64 | OK | 142 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-oldrel-arm64 | OK | 181 | ||
| windows-devel | OK | 96 | ||
| windows-release | OK | 94 | ||
| windows-oldrel | OK | 98 | ||
| wasm-release | OK | 113 |
Exports:add_icd_descadd_icd_desc_anyadd_icd_desc_dfadd_proc_desc_anyadd_proc_desc_dfadd_rule_descicd_descload_icd_dictionaryload_proc_dictionaryproc_descproc_rules_with_descrules_with_desc
Dependencies:arulescellrangerclicpp11crayongenericsgluehmslatticelifecyclemagrittrMatrixpillarpkgconfigprettyunitsprogressR6readxlrematchrlangtibbleutf8vctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add ICD-10 descriptions to a data frame | add_icd_desc |
| Add ICD-10 descriptions to a vector of codes | add_icd_desc_any |
| Add ICD descriptions next to code column | add_icd_desc_df |
| Add procedure descriptions to a vector of codes | add_proc_desc_any |
| Add ICD-10-PCS descriptions to a data frame | add_proc_desc_df |
| Add descriptions to rule table codes | add_rule_desc |
| Get ICD-10 description for a code | icd_desc |
| Load ICD-10 dictionary | load_icd_dictionary |
| Load ICD-10-PCS procedure dictionary | load_proc_dictionary |
| Get ICD-10-PCS description for a procedure code | proc_desc |
| Add procedure descriptions to association rules | proc_rules_with_desc |
| Add ICD descriptions to association rules | rules_with_desc |
