SafetyGraphics / nepExplorer

Interactive Graphic for Exploring Kidney Function Data in Clinical Trials
https://safetygraphics.github.io/nepExplorer/
MIT License
6 stars 0 forks source link

Check the summarization and move into separate function #91

Closed pburnsdata closed 4 months ago

pburnsdata commented 1 year ago

https://github.com/SafetyGraphics/nep-explorer/blob/29e001dfa60266390251cb87bfc0de5a2c79a5eb/R/creatinine_scatter_mod.R#L40

to

https://github.com/SafetyGraphics/nep-explorer/blob/29e001dfa60266390251cb87bfc0de5a2c79a5eb/R/creatinine_scatter_mod.R#L120

pburnsdata commented 1 year ago

Take a look around @elimillera but I think is the most ripe for a unit test/validation and most prone to my error

pburnsdata commented 1 year ago

Would recommend merging in #97 prior to work @elimillera - I changed the module to use the settings object, however you may choose to move some of it into arguments if it becomes separate function, will leave that up to you