View source: R/CTS5_USEA_technical.R
cts5_CheckDataCount | R Documentation |
cts5_CheckDataCount compare the number of data point per sensor and per phase between the technical file and the dataMerged file
cts5_CheckDataCount(dataprofile)
dataprofile |
data and technical files read from |
list containing check (= True if the number of data point are the same); and DataCheck a data.frame with the full comparison.
cts5_decode(floatname=floatname,CycleNumber=c,PatternNumber = p,subdir="./CSV",sensors=c("sbe41","do","eco","ocr"))
dataprofile<-cts5_readProfile(floatname=floatname,CycleNumber=c,PatternNumber = p)
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
if (!cts5_CheckDataCount(dataprofile)$check){
cat("!! Warning, data count error \n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.