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.

logCreate()

Examples

with_demoRepo({
  file.remove("QClog.csv")
  logCreate()
})