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

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

Chris Heiser