check_match | R Documentation |
Compare the query value to the time series value. Does it meet the conditions? If so, add it to the output "new_ts" items.
check_match(entry, new_ts, idx, key, op, val, i)
entry |
Time series entry list , Current time series entry being checked. |
new_ts |
New time series list , The list of successful query matches so far. |
idx |
Index numeric , The index of this given entry within the time series list |
key |
Key char , The |
Chris Heiser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.