getLocationThings: Get things at a location with specific ID

Description Usage Arguments Value Examples

View source: R/locations.R

Description

Gets the things (e.g. abstraction for data generating devices) at a location with specific ID and stores their information in an R dataframe

Usage

1

Arguments

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!)

Value

A dataframe containing data from url/Location(locId)/Things

Examples

1
2
thing = getLocationThings("https://toronto-bike-snapshot.sensorup.com/v1.0", 1462)
thing

danji90/sensorThings4R documentation built on May 29, 2019, 1:52 a.m.