Learn R Programming

OnboardClient (version 1.0.0)

select_points: 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)

Value

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

Arguments

query

query supplied from PointSelector.

Examples

Run this code
if (FALSE) {
query <- PointSelector()

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

selection <- select_points(query)
}

Run the code above in your browser using DataLab