createClinDataReviewReportSkeleton {clinDataReview} | R Documentation |
Create the skeleton of a report
Description
Creates the skeleton of a report to start running the analyses.
Usage
createClinDataReviewReportSkeleton(dir = ".")
Arguments
dir |
String with the path of the directory where the skeleton should be created. The current working directory is used as default. |
Details
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.
Value
The files to run a report are written in the specified
directory. To run the report, the user can call the
render_clinDataReviewReport
.
[Package clinDataReview version 1.6.1 Index]