get_sites | R Documentation |
Get a list of sites around a lat/long point. Optionally include Biosys site information (such as altitude, slope etc).
get_sites(
skip = 0,
take = 250,
mode = "minimal",
type = NULL,
lat = NULL,
long = NULL,
distance = NULL
)
skip |
integer to skip |
take |
integer to take |
mode |
Get Biosys site information 'minimal' (default) or 'props' |
type |
List of site identifier |
lat |
Latitude |
long |
Longitude |
distance |
Distance in km from point to search |
Data frame
site_info <- get_sites(lat = 51.44553, long = -2.54344, distance = 1, mode = "props")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.