select_points: Select Points

View source: R/point_selector.R

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


OnboardClient documentation built on Oct. 29, 2022, 5:06 p.m.