Reads data from an iButton CSV file skipping header lines.
Usage
read.ibutton(path, header = T)
Arguments
- path
File path to the CSV file.
Logical indicating if file has header (default TRUE).
Value
A data frame with Timestamp and Temperature columns.