Find all the time series entries that match a given search expression, and return vector of the indices that match. indices = queryTs(ts, "archiveType == marine sediment") Valid operators : ==, =, <=, >=, <, >

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

idxs: Matching indices : list

Author

Chris Heiser

Examples