read_hobotemp | R Documentation |
read raw hobotemp data file, QA/QC it, write as a new file
read_hobotemp( filename = example_filename(), output = NA, site = NA, clipped = c("auto", "user", "none")[1], startstop = NA, skip = 1 )
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 |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.