View source: R/logger_data_tools.R
read_HOBODir | R Documentation |
Read in and combine multiple HOBO conductivity logger text files within a single directory
read_HOBODir(startDate, endDate, loggers, dirName, datatype = "Conductivity")
startDate |
earliest date when the logger was programmed with format %m/%d/%y |
endDate |
latest date when the logger was programmed with format %m/%d/%y |
loggers |
Vector of serial numbers for which to read in data |
dirName |
name of directory with conductivity text files |
datatype |
one of Conductivity, Light, or Pressure |
tibble with columns for datetime, temperature, conductivity, and serial number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.