Skip to contents

Reads a CSV file with temperature gradient data from a Squirrel logger, skips the first 17 lines, and reshapes the data from wide to long format, extracting temperature readings from multiple probes.

Usage

tgp_squirrel(file)

Arguments

file

A character string specifying the path to the CSV file.

Value

A data frame with columns for the original data and two new columns: DateData collection timestamp, Probe indicating the probe identifier and Temperature containing the corresponding readings.