Learn R Programming

OnboardClient (version 1.0.0)

PointSelector: PointSelector

Description

A list of parameters to query metadata.

Usage

PointSelector()

Arguments

Value

An empty named list of possible point selection criteria.

Examples

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

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

Run the code above in your browser using DataLab