View source: R/logger_data_tools.R
read_miniDOTDir | R Documentation |
Read in and concatenate all miniDOT data files for a single logger
read_miniDOTDir( dir, serialNos, startDate = as_date("2021-01-01"), endDate = as_date("2022-01-01") )
dir |
path to directory containing all text files for single logger |
serialNos |
vector of valid serialNumbers |
startDate |
first date of data to read in, as a Date object |
endDate |
last date of data to read in, as a Date object |
Tibble with columns for logger serial number, time (seconds), DO (mg/L), and temperature (degrees C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.