read_hobotemp: read raw hobotemp data file, QA/QC it, write as a new file

View source: R/io.R

read_hobotempR Documentation

read raw hobotemp data file, QA/QC it, write as a new file

Description

read raw hobotemp data file, QA/QC it, write as a new file

Usage

read_hobotemp(
  filename = example_filename(),
  output = NA,
  site = NA,
  clipped = c("auto", "user", "none")[1],
  startstop = NA,
  skip = 1
)

Arguments

filename

character, the name of the file

output

character, the name for the outputted QAQC file

site

character, the name of the site, if NA the code will use filename without special character

clipped

character, if auto, removed partial start/end days. if user, uses supplied startstop days. if none, does no date trimming

startstop

POSIXt vector of two values or NA, only used if clip = "user"

skip

numeric, number of rows to skip when reading, default 1

Value

tibble


rfrancolini/hobotemp documentation built on June 24, 2022, 9:43 a.m.