zipClinDataReview {clinDataReview}R Documentation

Zip the clinical data report

Description

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.

Usage

zipClinDataReview(
  reportDir = "report",
  newDir = "report_dependencies",
  redirectPage = "report.html",
  zipFolder = "report.zip"
)

Arguments

reportDir

String for the path to the directory where the clinical data reports are stored

newDir

String for the path where the files from reportDir should be copied to.

redirectPage

String with the path of the html file that redirects to the "1-introduction.html" page of the report.

zipFolder

String with the path to the zipped folder.

Value

The zip folder is created in the specified location.


[Package clinDataReview version 1.5.0 Index]