Description Usage Arguments Value
Read in a TOML file and output a codelist for writeSQL function
1 2 |
file |
A file path to the TOML file. |
minGroup |
The minimum number of occurrences for a starting string pattern
to be put in the |
maxLength |
The maximum length of starting strings considered in |
input, output |
Specify the version of ICD codes in the input or output. Choose between 'ICD9' and 'ICD10'. |
option |
Choose from 1 to 3 to specify what table to be used in conversion. Choose 1 for ICD9to10, 2 for ICD10to9, and 3 for using both and returning the union of two sets of results. Default is 1. |
A list object with three elements.
num |
code list of the numerator |
elig |
code list of the inclusion |
excl |
code list of the exclusion |
Each element is a code list that has two elements, LIKE and IN. And
they can be fed into function writeSQL as the codeList parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.