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 function that makes a Markdown table of all registers and variables needed by this package #28

Open lwjohnst86 opened 7 months ago

lwjohnst86 commented 7 months ago

The function can be used to print to a table in documentation as well as to use as a validation when people use the functions.

Aastedet commented 6 months ago

Was just playing around with the package and noticed that (at least on main) the internal variable_description object is still based on the old csv file and is full of underscores while the object saved in `/data/variable_description.rda") is based on the new version without the underscores. Am I missing something or on to something? 😄

lwjohnst86 commented 6 months ago

Mmm, maybe it wasn't updated. Source the variable-description.R file to rebuild the datasets to update them 😁