Creates the skeleton of a report to start running the analyses.
createClinDataReviewReportSkeleton(dir = ".")
The files to run a report are written in the specified
directory. To run the report, the user can call the
render_clinDataReviewReport
.
String with the path of the directory where the skeleton should be created. The current working directory is used as default.
This function is meant to get familiar with the use of the package and the necessary files to create a report.
It will create a ready-to-use report with example data from the clinUtils
package. After getting use to the file structure, the user can
substitute the example data with
custom data sets and add specific configuration files.