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
The dates on the example and file don't match exactly.
myData <- data_raw_test4_AW_20160418_20160726 write.csv(myData,paste0("./",Selection.SUB[1],"/test4_AW_20160418_20160726.csv"))
myData.Operation <- "QCRaw" #Selection.Operation[2] myData.SiteID <- "test4" myData.Type <- Selection.Type[3] #"AW" myData.DateRange.Start <- "2016-04-28" myData.DateRange.End <- "2016-07-26" myDir.import <- file.path(myDir.BASE,Selection.SUB[1]) #"Data1_RAW" myDir.export <- file.path(myDir.BASE,Selection.SUB[2]) #"Data2_QC" myReport.format <- "html" ContDataQC(myData.Operation, myData.SiteID, myData.Type, myData.DateRange.Start , myData.DateRange.End, myDir.import, myDir.export , fun.myReport.format=myReport.format)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dates on the example and file don't match exactly.
Save example data (assumes directory ./Data1_RAW/ exists)
myData <- data_raw_test4_AW_20160418_20160726
write.csv(myData,paste0("./",Selection.SUB[1],"/test4_AW_20160418_20160726.csv"))
QC Raw Data (offset collection times for air and water sensors)
myData.Operation <- "QCRaw" #Selection.Operation[2]
myData.SiteID <- "test4"
myData.Type <- Selection.Type[3] #"AW"
myData.DateRange.Start <- "2016-04-28"
myData.DateRange.End <- "2016-07-26"
myDir.import <- file.path(myDir.BASE,Selection.SUB[1]) #"Data1_RAW"
myDir.export <- file.path(myDir.BASE,Selection.SUB[2]) #"Data2_QC"
myReport.format <- "html"
ContDataQC(myData.Operation, myData.SiteID, myData.Type, myData.DateRange.Start
, myData.DateRange.End, myDir.import, myDir.export
, fun.myReport.format=myReport.format)
The text was updated successfully, but these errors were encountered: