check_match: Compare the query value to the time series value. Does it...

View source: R/timeseries.R

check_matchR Documentation

Compare the query value to the time series value. Does it meet the conditions? If so, add it to the output "new_ts" items.

Description

Compare the query value to the time series value. Does it meet the conditions? If so, add it to the output "new_ts" items.

Usage

check_match(entry, new_ts, idx, key, op, val, i)

Arguments

entry

Time series entry list , Current time series entry being checked.

new_ts

New time series list , The list of successful query matches so far.

idx

Index numeric , The index of this given entry within the time series list

key

Key char , The

Author(s)

Chris Heiser


nickmckay/lipdR documentation built on April 13, 2025, 5:58 p.m.