SafetyGraphics / safetyCharts

Charts for monitoring clinical trial safety designed for use with {safetyGraphics}
Other
8 stars 7 forks source link

Update demog renderer #78

Closed jwildfire closed 3 years ago

jwildfire commented 3 years ago

Summary

Fix #76 in mod_demogRTF. Removing other tplyr renderers for now since there were similar issues.

Test Code

Code from #76 should now run as expected and generate the RTF when the button is clicked:

# Rho data-library https://github.com/RhoInc/data-library/blob/master/data/clinical-trials/sdtm/dm.csv
dm_sdtm <- read.csv("https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/sdtm/dm.csv")
customDM <- list(dm = dm_sdtm)
safetyGraphics::safetyGraphicsApp(domainData=customDM)