View source: R/utils-dataset.R
| compare_latlon | R Documentation |
latitude and longitudeCompare two datasets using latitude and longitude, the
comparison is done using the function fx, this can be a custom
function or an existing function like round, trunc, etc.
compare_latlon(x, y, join_method = dplyr::inner_join, fx = tolerance, ...)
x |
Reference dataset. |
y |
Target dataset, this will be compared with |
join_method |
Function to be used as the joining method between
|
fx |
Comparison function, it defaults to an internal function called
|
... |
Optional parameters passed to |
Table with records of y that exist in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.