Big-Life-Lab / PHES-ODM

The Public Health Environmental Surveillance Open Data Model (PHES-ODM, or ODM). A data model, dictionary and support tools for environmental surveillance.
Creative Commons Attribution Share Alike 4.0 International
54 stars 18 forks source link

File creation refactor #255

Closed rvyuha closed 1 year ago

rvyuha commented 1 year ago

Refactored file-creation to utilize openxlsx package.

Code can be tested locally by running the "create_release_files" function. For testing it is recommended to use the local dictionary, I have provided a simplified dictionary to test features found here: "data/test-data/standard".

Here is the command I run: create_release_files(1,1,"data/test-data/standard").

DougManuel commented 1 year ago

@rvyuha Go ahead and merge the PR when you are ready.