printInfo: Print information in ICD-10 associated with a specified...

Description Usage Arguments Value

View source: R/printInfo.R

Description

Print information in ICD-10 associated with a specified entry.

Usage

1
2
3
4
5
6
printInfo(
  string,
  inclusionTerms = TRUE,
  exclusionTerms = TRUE,
  tabular = "single"
)

Arguments

string

A string containing the ICD-10 three or four-digit code from which to print info.

inclusionTerms

A logical that tells whether to print inclusion terms or not.

exclusionTerms

A logical that tells whether to print exclusion terms or not.

tabular

A string that can take values 'single', 'simple', or full'.

Value

A data frame with the information about the matches found for the disease.


mcarmonabaez/icd10es documentation built on June 16, 2021, 11:24 p.m.