View source: R/dbpf_location_report.R
dbpf_location_report | R Documentation |
Give a location name and it returns the coordinates, the device serial number and number of observations as well as a comment if the device is still at this location
dbpf_location_report(con, location_name, distance = 0.1)
con |
Connection to PermafrostDB |
location_name |
Location name as character |
distance |
Search radius in meters for other locations, with centre at the origin location |
With the default settings, only the information for the specific location is returned. By increasing the distance, all locations within the distance-radius are returned as well.
Coordinates of location, details for the location such as device and number of observations and a remark if device is still at this location. Depending on the distance, locations with information within the search radius.
Thomas Knecht <t.knecht@hotmail.com>
## Not run:
con <- dbpf_con()
dbpf_location_report(con, "NGO-DD-1004_ST04", distance=10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.