merge_events_with_timeseries: Process event messages and merge with time series

View source: R/utils-epoch.R

merge_events_with_timeseriesR Documentation

Process event messages and merge with time series

Description

Matches event messages against templates and extracts metadata, supporting both exact matches and pattern matching with wildcards.

Usage

merge_events_with_timeseries(events, metadata_template, merge = TRUE)

Arguments

events

Events data frame with timestamps and messages

metadata_template

Template pattern to match against

merge

Whether to merge results (default: TRUE)

Value

A data frame with matched events and extracted metadata


eyeris documentation built on Aug. 1, 2026, 1:07 a.m.