View source: R/collectedfunctions.R
lh_proximity | R Documentation |
Find the closest df2 value (or date) to df1 value
lh_proximity(df1, df2, direction = "<")
df1 |
fixed vector |
df2 |
relative vector |
direction |
keep df2 value equal to or smaller than df1 value (<) |
diff |
output differences between df1 and the closest df2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.