read_ibutton_single_csv: Read iButton Hygrochron single-logger files

View source: R/read_loggers.R

read_ibutton_single_csvR Documentation

Read iButton Hygrochron single-logger files

Description

Function to read csv files containing data dumps of individual iButtons. Accounting for possible corruption in the date column.

Usage

read_ibutton_single_csv(
  csv_file,
  parse_name = NULL,
  excel_origin = "1899-12-30"
)

Arguments

csv_file

input path

parse_name

function that tries to extract metadata from the file name

excel_origin

origin date for dates encoded as Excel numerical date. Defaults to "1899-12-30", but may have to be changed to "1904-01-01" for certain files. See https://datapub.cdlib.org/2014/04/10/abandon-all-hope-ye-who-enter-dates-in-excel/

Value

a microclim object

Warning

Temperature data are assumed to be in units degrees Celsius.


pboesu/ryanlabloggers documentation built on Feb. 6, 2023, 2:13 p.m.