rolling_join | R Documentation |
Emulate a rolling join
rolling_join(x, y, by, roll = Inf, allow.cartesian = TRUE, ...)
x, y |
tbls to join |
by |
a character vector of columns to join by. The last column will be rolled. |
roll |
|
... |
other parameters passed on to methods |
Uses data.table under the hood. See [.data.table
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.