process: Function for processing the text read from ibuttons.

Description Usage Arguments Value Author(s)

Description

Function for processing the text read from ibuttons.

Usage

1
process(dat)

Arguments

dat

A text/csv string imported from a directory containing files for ibutton data.

Value

Returns a processed data frame with the following:

  1. Date: A character string with the date.

  2. AMPM: A character string defining 12 hr clock, AM or PM.

  3. time: A character string of the time

  4. time24: A character string containing the time in 24 hr format.

  5. unit: The unit of measurement. 'C' = Celsius; 'RH' = Relative humidity in percentage

  6. temp.hum: The temperature and humidity measurements from the ibutton

  7. date.time: A formatted time string (as.numeric) based on time from July 1, 1970. Date/time can be used for plotting or querying using functions for numeric classes.

Author(s)

Daniel Noble - daniel.noble@unsw.edu.au


daniel1noble/ibutt documentation built on May 14, 2019, 3:40 p.m.