process_expression: Worker function that sends through the query expressions for...

View source: R/timeseries.R

process_expressionR Documentation

Worker function that sends through the query expressions for finding matching entries in the time series

Description

Worker function that sends through the query expressions for finding matching entries in the time series

Usage

process_expression(ts, expression, exact = FALSE)

Arguments

ts

Time series list , Time Series data

expression

Search expression char (single query) or list (multiple query)

exact

Key match char. Is the provided key an exact key match or a piece of the key? ie. paleoData_variableName or variableName?

Value

results: list , Contains list of matching time series entries and a list of matching time series indicies.

Author(s)

Chris Heiser


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