R/logCreate.R
logCreate.Rd
Creates an empty QC log file with the name "QClog.csv". This file will be created in the directory where the RStudio project file (*.Rproj) exists.
*.Rproj
logCreate()
with_demoRepo({ file.remove("QClog.csv") logCreate() })