Learn R Programming

clinDataReview (version 1.6.2)

createRedirectPage: 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")

Value

The html file is created.

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.