mltConsEcol/iButtonDataOrganizer: iButton Data Organizer

This packages is designed for reading and compilation of data output from thermal dataloggers, iButtons. For various purposes, iButton users may have sets of data loggers in deployed, which may be are periodically swapped out. From each iButton, we can download a .csv file of the data, containing header information, and subsequent rows containing date/time and temperature data. The functions herein will load temperature from multiple iButtons from within a folder into a single data object (ReadiButtonFolder), load data from a single file if desired, and join multiple, multi-logger datasets (from ReadiButtonFolder) that span different temporal ranges. The functions that import entire folders of iButton data assume loggers may not be entirely synchronized (which is typical if manually setting them), and options exist for rounding to nearest 1 minute, 10 min, 15 min, 30 min, 1 hr, and 2 hrs.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9001
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mltConsEcol/iButtonDataOrganizer")
mltConsEcol/iButtonDataOrganizer documentation built on May 23, 2019, 4:06 a.m.