convertReportToAspx {clinDataReview}R Documentation

Convert report format from .html to .aspx

Description

Report files generated as output of render_clinDataReviewReport are converted from .html to to .aspx format by changing extensions and cross-links of all files within the directory reportDir. This allows for deployment on SharePoint.

Usage

convertReportToAspx(reportDir = ".")

Arguments

reportDir

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

Value

no return value, files in directory are modified


[Package clinDataReview version 1.5.0 Index]