Description Usage Arguments Value Examples
This function parses Location SensorThings JSON data and stores it in an R data frame. Contains the complete Location data for further processing.
1 |
url |
A SensorThings API url (string!) containing the data in SensorThings web standard |
A "locationObject" dataframe containing data from url/Locations
1 2 3 4 5 6 7 8 9 10 11 | x = senseLocations("https://toronto-bike-snapshot.sensorup.com/v1.0")
head(x)
## Not run:
v = senseLocations("https://tasking-test.sensorup.com/v1.0")
v
a = senseLocations("http://example.sensorup.com/v1.0")
a
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.