process_expression | R Documentation |
Worker function that sends through the query expressions for finding matching entries in the time series
process_expression(ts, expression, exact = FALSE)
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? |
results: list , Contains list of matching time series entries and a list of matching time series indicies.
Chris Heiser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.