View source: R/find_closest_stations.R
find_closest_stations | R Documentation |
Find the closest stations
find_closest_stations(field_df, stations_df, radius)
field_df |
is the fields dataset. |
stations_df |
is the dataset that includes all the active stations that was derived from the pull_active_stations() function. |
radius |
is set to the maximum distance a station could be away from a field. |
p <- find_closest_stations(field_df, stations_df, radius = ###)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.