Create a zip folder of clinical data reports with a redirect page.
The clinical data report out of the
render_clinDataReviewReport
is copied into a new folder.
A redirect html page is created to enable the user to navigate the report
without needing to look into the new directory.
zipClinDataReview(
reportDir = "report",
newDir = "report_dependencies",
redirectPage = "report.html",
zipFolder = "report.zip"
)
The zip folder is created in the specified location.
String for the path to the directory where the clinical data reports are stored
String for the path where the files from
reportDir
should be copied to.
String with the path of the html file that redirects to the "1-introduction.html" page of the report.
String with the path to the zipped folder.