join_nearest: Join Nearest Left join two data frames, by aligning the...

View source: R/misc_functions.R

join_nearestR Documentation

Join Nearest Left join two data frames, by aligning the nearest xkey with the nearest ykey.

Description

Join Nearest Left join two data frames, by aligning the nearest xkey with the nearest ykey.

Usage

join_nearest(x, y, xkey = "time", ykey = "time")

Arguments

x

left data frame

y

right data frame

xkey, ykey

keys for x and y, Defaults to joining by time


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.