Closed shannonpileggi closed 11 months ago
still wip
Notes on next to do steps:
Are there additional unit tests I should add?
Some assumptions I made about the excel report format that a user may want to customize - what do you think? Should I add in some flexibility in this PR, or in another issue?
affirm_
. need to re-think checking on affirmation_name in excel report, doesn't allow something like this: affirmation_name = "{data_frames}{str_pad(id, width = 3, pad = '0')}"
need to re-think checking on affirmation_name in excel report, doesn't allow something like this:
affirmation_name = "{data_frames}{str_pad(id, width = 3, pad = '0')}"
Maybe this can be a separate issue to keep things simpler.
Closes #29 Closes #34