Use LSAP algorithm to select nearest points
Usage
get_nearest_row(small, big, id, lon = "lon", lat = "lat")
Arguments
- small
data.frame (for rows without missings).
- big
data.frame (for rows with missings).
- id
string with id column.
- lon
string with longitude column.
- lat
string with latitude column.
Value
data.frame with relations by id.