Description Usage Arguments Value Examples
Gets the things (e.g. abstraction for data generating devices) at a location with specific ID and stores their information in an R dataframe
| 1 | getLocationThings(url, locId)
 | 
| url | A SensorThings API url (string!) | 
| locId | The location Id of a location within the sensor network (must be present within the SensorThings network of the input url!) | 
A dataframe containing data from url/Location(locId)/Things
| 1 2 | thing = getLocationThings("https://toronto-bike-snapshot.sensorup.com/v1.0", 1462)
thing
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.