steno-aarhus / osdc

Open-Source Diabetes Classifier: an R package to classify diabetes status in Danish registers
https://steno-aarhus.github.io/osdc/
Other
1 stars 1 forks source link

Create variable list as dataset in data-raw folder #32

Closed lwjohnst86 closed 6 months ago

lwjohnst86 commented 7 months ago

To separate out algorithmic logic from implementation, we will keep the variable list and details about the variables as a dataset within the package.

It will help as a validation check for defensive programming techniques as well as for building a test dataset to run tests on as well as an example simulated dataset, in addition to providing a table/list that users can use when applying to DST.

Create this as a csv file with the following headers:

lwjohnst86 commented 6 months ago

Closed by #37