slice_epoch: Slice epoch from raw timeseries data

View source: R/utils-epoch.R

slice_epochR Documentation

Slice epoch from raw timeseries data

Description

Extracts a time segment from raw timeseries data based on start and end times.

Usage

slice_epoch(x_raw, s, e)

Arguments

x_raw

The raw timeseries dataframe

s

Start time in milliseconds

e

End time in milliseconds

Value

A dataframe containing the epoch data


eyeris documentation built on Aug. 8, 2025, 7:51 p.m.