Create an html page that redirects to the
"1-introduction.html" page of the clinical data report available in
a directory.
See output from render_clinDataReviewReport
.
createRedirectPage(redirectPage = "report.html", dir = "report_dependencies")
The html file is created.
String with the path of the html file that redirects to the "1-introduction.html" page of the report.
String for the path where the "1-introduction.html" is stored.