read BWB rain correction data from Excel file or CSV file
Usage
readBwbRainCorrection(file, ..., zerolines.rm = TRUE, dbg = FALSE)
Arguments
- file
full path to Excel file or CSV file
- ...
arguments given to readBwbCorrFromExcel or readBwbCorrFromCSV
- zerolines.rm
logical. If TRUE
, rows in which the sum of
absolute values is zero, are removed
- dbg
logical. If TRUE
, debug messages are shown.