import_and_summarize: Import SUMs File, Label Events, and Provide Summary Data...

Description Usage Arguments

View source: R/utils.R

Description

Import SUMs File, Label Events, and Provide Summary Data Imports SUMs files, labels events using a user-specified algorithm, and outputs a list of items including an object with the number of events and total duration of cooking, a table of event start times, stop times, duration, and min and max temperatures; and the raw data with labels.

Usage

1
2
import_and_summarize(file, algorithm = "hapin_cooking_event_detector",
  min_event_sec = 10 * 60, min_break_sec = 30 * 60)

Arguments

file

Path to file being imported

algorithm

Algorithm applied to convert temperature data into cooking

min_event_sec

minmum number of seconds in a real event

min_break_sec

minmum number of seconds in a real non-event


ajaypillarisetti/sumr documentation built on Jan. 27, 2020, 10:01 p.m.