createRedirectPage {clinDataReview}R Documentation

Create a redirect page

Description

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.

Usage

createRedirectPage(redirectPage = "report.html", dir = "report_dependencies")

Arguments

redirectPage

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

dir

String for the path where the "1-introduction.html" is stored.

Value

The html file is created.


[Package clinDataReview version 1.5.0 Index]