select_points {OnboardClient}R Documentation

Select Points

Description

Returns a list of ids based on the input query from PointSelector. Uses http POST call to query data.

Usage

select_points(query)

Arguments

query

query supplied from PointSelector.

Value

A named list of all the points requested by the query.

Examples

## Not run: 
query <- PointSelector()

query$buildings <- 427
query$equipment_types <- 'ahu'
query$point_types <- c('Supply Air Temperature','Supply Air Static Pressure')

selection <- select_points(query)

## End(Not run)


[Package OnboardClient version 1.0.0 Index]