makeThingFoI: Create "thingFoI" data frame

Description Usage Arguments Value Examples

View source: R/foi.R

Description

Creates a data frame from "foiObject" data with the added classes "thingFoI" and "mapThing". "thingFoI" objects contain web links to the observations of every feature of interest, granting access to the observed data. "mapThing" objects can be imported onto a leaflet map.

Usage

1
makeThingFoI(FoIDF)

Arguments

FoIDF

Dataframe of class "foiObject"

Value

Dataframe of class "thingFoI" and "mapThing"

Examples

1
2
3
n = senseFoI("http://example.sensorup.com/v1.0")
u = makeThingFoI(n)
head(u)

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