if (FALSE) {
metadata <- get_metadata(buildings=c(427,"Laboratory"))
OR
query <- PointSelector()
query$buildings <- 427
query$equipment_types <- 'ahu'
query$point_types <- c('Supply Air Temperature','Supply Air Static Pressure')
selection <- select_points(query)
metadata <- get_metadata(selection)
}
Run the code above in your browser using DataLab