createMainConfigSkeleton {clinDataReview} | R Documentation |
Create the config file for the skeleton
Description
This function creates the main config file for the createClinDataReviewReportSkeleton
with the directory where the data are stored.
Usage
createMainConfigSkeleton(dir, dirData)
Arguments
dir |
String, path to the directory. |
dirData |
String, path to the directory of the data. |
Value
No return value, a file _config.yml_ is created in the specified directory.
[Package clinDataReview version 1.6.1 Index]