Can somebody give me an example where I can code this SQL in R by using dplyr or another package?
select *
from Data
inner join Data2
on Data2.x between Data2.y - 3 and Data2.y + 3
Can somebody give me an example where I can code this SQL in R by using dplyr or another package?
select *
from Data
inner join Data2
on Data2.x between Data2.y - 3 and Data2.y + 3