This function creates ReadMe.md in the CIDA templates for the standard
file structure
Usage
CreateReadMe(
template = c("01_Raw_data", "02_Analysis", "03_Working_files", "04_Processed",
"05_Admin"),
path = getwd()
)
Arguments
- template
Which ReadMe.md files should be created? Default is all. Partial
matching does work.
- path
Where should they be created? Default is the working directory.
Value
This function creates the desired readme files. It will not overwrite the file
however if it does not exists. It does not return anything.