Find all the time series objects that match a given search expression, and return a new time series with the matching objects Valid operators : ==, =, <=, >=, <, >

filterTs(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

new.ts : Time series : list

Author

Chris Heiser

Examples