We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Found a case of the ContDataQC - QC process failing when the output file already existed.
To Reproduce Example from ContDataQC. If already have run the output and files are in QC folder the 2nd file fails.
# QC Raw Data myData.Operation <- "QCRaw" #Selection.Operation[2] myData.SiteID <- "test2" myData.Type <- Selection.Type[3] #"AW" myData.DateRange.Start <- "2013-01-01" myData.DateRange.End <- "2014-12-31" myDir.import <- file.path(myDir.BASE,Selection.SUB[2]) #"Data1_RAW" myDir.export <- file.path(myDir.BASE,Selection.SUB[3]) #"Data2_QC" myReport.format <- "docx" ContDataQC(myData.Operation, myData.SiteID, myData.Type, myData.DateRange.Start , myData.DateRange.End, myDir.import, myDir.export , fun.myReport.format=myReport.format)
Expected behavior Shouldn't error.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Not sure if a consistent problem.
Low priority.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Found a case of the ContDataQC - QC process failing when the output file already existed.
To Reproduce
Example from ContDataQC. If already have run the output and files are in QC folder the 2nd file fails.
Expected behavior
Shouldn't error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Not sure if a consistent problem.
Low priority.
The text was updated successfully, but these errors were encountered: