Closed jwildfire closed 3 years ago
Fix #76 in mod_demogRTF. Removing other tplyr renderers for now since there were similar issues.
mod_demogRTF
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)
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: