define_event: Define an Event for the USDA RFID data

View source: R/define_event.R

define_eventR Documentation

Define an Event for the USDA RFID data

Description

This function takes data from a specific USDA project. It's not meant to be used with any other datasets.

Usage

define_event(df, core = TRUE)

Arguments

df

data.frame of RFID data containing at least the following columns: UID, UTCTime, Address, ScanCount.

core

boolean. If TRUE (default), will run paralelization using the multicore approach. This doesn't work well on Windows 10 systems. If FALSE, it will use the multisession approach.

Value

returns a data.frame with an additional column called "event".

Author(s)

Eddie Perez Claudio

Examples

define_event(df)


edpclau/circadian-dynamics documentation built on Aug. 25, 2023, 12:18 p.m.